Package de.sebinside.dcp.dsl.scoping
Class DSLScopeProvider
- java.lang.Object
-
- org.eclipse.xtext.scoping.impl.AbstractScopeProvider
-
- org.eclipse.xtext.scoping.impl.DelegatingScopeProvider
-
- de.sebinside.dcp.dsl.scoping.AbstractDSLScopeProvider
-
- de.sebinside.dcp.dsl.scoping.DSLScopeProvider
-
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
,org.eclipse.xtext.scoping.IScopeProvider
public class DSLScopeProvider extends AbstractDSLScopeProvider
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 DSLScopeProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<org.eclipse.xtext.scoping.IScope>
createScopeForLiteralsOfCharacteristicType(org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.CharacteristicType type)
org.eclipse.xtext.scoping.IScope
getScope(EObject context, EReference reference)
-
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:
getScope
in interfaceorg.eclipse.xtext.scoping.IScopeProvider
- Overrides:
getScope
in classorg.eclipse.xtext.scoping.impl.DelegatingScopeProvider
-
createScopeForLiteralsOfCharacteristicType
protected Optional<org.eclipse.xtext.scoping.IScope> createScopeForLiteralsOfCharacteristicType(org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.CharacteristicType type)
-
-