Class TPCMScopeProvider
- java.lang.Object
-
- org.eclipse.xtext.scoping.impl.AbstractScopeProvider
-
- org.eclipse.xtext.scoping.impl.DelegatingScopeProvider
-
- org.palladiosimulator.commons.stoex.scoping.AbstractStoexScopeProvider
-
- org.palladiosimulator.commons.stoex.scoping.StoexScopeProvider
-
- org.palladiosimulator.textual.tpcm.scoping.AbstractTPCMScopeProvider
-
- org.palladiosimulator.textual.tpcm.scoping.TPCMScopeProvider
-
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider,org.eclipse.xtext.scoping.IScopeProvider
public class TPCMScopeProvider extends AbstractTPCMScopeProvider
This class contains custom scoping description. See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#scoping on how and when to use it.
-
-
Constructor Summary
Constructors Constructor Description TPCMScopeProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Iterable<Parameter>getParametersForSEFFAction(SEFFContent action)protected Iterable<PropertyDefinition>getPropertiesOfConfigurable(Initialization context)org.eclipse.xtext.scoping.IScopegetScope(EObject context, EReference reference)protected Iterable<Signature>getSignaturesOfInterfaceForRole(Role role)-
Methods inherited from class org.eclipse.xtext.scoping.impl.DelegatingScopeProvider
delegateGetScope, getDelegate, setDelegate
-
-
-
-
Method Detail
-
getScope
public org.eclipse.xtext.scoping.IScope getScope(EObject context, EReference reference)
- Specified by:
getScopein interfaceorg.eclipse.xtext.scoping.IScopeProvider- Overrides:
getScopein classorg.eclipse.xtext.scoping.impl.DelegatingScopeProvider
-
getSignaturesOfInterfaceForRole
protected Iterable<Signature> getSignaturesOfInterfaceForRole(Role role)
-
getParametersForSEFFAction
protected Iterable<Parameter> getParametersForSEFFAction(SEFFContent action)
-
getPropertiesOfConfigurable
protected Iterable<PropertyDefinition> getPropertiesOfConfigurable(Initialization context)
-
-