Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java41
1 files changed, 20 insertions, 21 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java b/extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java
index c2aa88f05eb..4de4bf04498 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.vsl.ui/src/org/eclipse/papyrus/marte/vsl/ui/contentassist/CopyOfVSLProposalProvider.java
@@ -25,7 +25,6 @@ import org.eclipse.jface.viewers.ILabelProvider;
import org.eclipse.papyrus.infra.core.utils.DisplayUtils;
import org.eclipse.papyrus.marte.vsl.extensions.VSLContextUtil;
import org.eclipse.papyrus.marte.vsl.extensions.VSLTypeInferenceUtil;
-import org.eclipse.papyrus.marte.vsl.ui.contentassist.AbstractVSLProposalProvider;
import org.eclipse.papyrus.marte.vsl.vSL.DataTypeName;
import org.eclipse.papyrus.marte.vsl.vSL.DurationObsName;
import org.eclipse.papyrus.marte.vsl.vSL.InstantObsName;
@@ -65,9 +64,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
/* *************************************************
- *
+ *
* Private Utility method for creating a completion proposal
- *
+ *
* ************************************************
*/
@@ -90,9 +89,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
}
/* *************************************************
- *
+ *
* Private utility method for sorting a list of NamedElement by kind and name
- *
+ *
* ************************************************
*/
@@ -132,9 +131,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
/* *************************************************
- *
+ *
* Custom completion for qualified names
- *
+ *
* ************************************************
*/
@@ -173,9 +172,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
}
/* *************************************************
- *
+ *
* Custom completion for names
- *
+ *
* ************************************************
*/
@@ -248,9 +247,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
/* *************************************************
- *
+ *
* Custom completion for instant observation names
- *
+ *
* ************************************************
*/
@@ -326,9 +325,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
}
/* *************************************************
- *
+ *
* Custom completion for duration observation names
- *
+ *
* ************************************************
*/
@@ -404,9 +403,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
}
/* *************************************************
- *
+ *
* Custom completion for data type names (used to type local variables)
- *
+ *
* ************************************************
*/
@@ -482,9 +481,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
}
/* *************************************************
- *
+ *
* Custom completion for property call expressions
- *
+ *
* ************************************************
*/
@@ -541,9 +540,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
}
/* *************************************************
- *
+ *
* Custom completion for operation call expressions
- *
+ *
* ************************************************
*/
@@ -599,9 +598,9 @@ public class CopyOfVSLProposalProvider extends AbstractVSLProposalProvider {
/* *************************************************
- *
+ *
* Custom completion for ValueNamePair_property
- *
+ *
* ************************************************
*/

Back to the top