Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/VSLScopeProvider.java')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/VSLScopeProvider.java32
1 files changed, 16 insertions, 16 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/VSLScopeProvider.java b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/VSLScopeProvider.java
index bad0646ea49..2ba968e2758 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/VSLScopeProvider.java
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.vsl/src/org/eclipse/papyrus/marte/vsl/scoping/VSLScopeProvider.java
@@ -388,9 +388,9 @@ public class VSLScopeProvider extends AbstractDeclarativeScopeProvider {
}
/* ****************************************************
- *
+ *
* Scope for qualified names
- *
+ *
* ***************************************************
*/
@@ -421,9 +421,9 @@ public class VSLScopeProvider extends AbstractDeclarativeScopeProvider {
}
/* ****************************************************
- *
+ *
* Scope for names
- *
+ *
* ***************************************************
*/
private IScope scope_Name_ifExpectingAStereotype(NameOrChoiceOrBehaviorCall ctx, EReference ref) {
@@ -619,9 +619,9 @@ public class VSLScopeProvider extends AbstractDeclarativeScopeProvider {
}
/* ****************************************************
- *
+ *
* Scope for names of time observation
- *
+ *
* ***************************************************
*/
@@ -687,9 +687,9 @@ public class VSLScopeProvider extends AbstractDeclarativeScopeProvider {
}
/* ****************************************************
- *
+ *
* Scope for names of duration observation
- *
+ *
* ***************************************************
*/
@@ -753,9 +753,9 @@ public class VSLScopeProvider extends AbstractDeclarativeScopeProvider {
}
/* ****************************************************
- *
+ *
* Scope for data types (used to type local variables)
- *
+ *
* ***************************************************
*/
@@ -818,9 +818,9 @@ public class VSLScopeProvider extends AbstractDeclarativeScopeProvider {
}
/* ****************************************************
- *
+ *
* Scope for PropertyCallExpression
- *
+ *
* ***************************************************
*/
@@ -856,9 +856,9 @@ public class VSLScopeProvider extends AbstractDeclarativeScopeProvider {
/* ****************************************************
- *
+ *
* Scope for OperationCallExpression
- *
+ *
* ***************************************************
*/
@@ -893,9 +893,9 @@ public class VSLScopeProvider extends AbstractDeclarativeScopeProvider {
}
/* ****************************************************
- *
+ *
* Scope for ValueNamePair
- *
+ *
* ***************************************************
*/

Back to the top