Class AbstractDDDslScopeProvider
java.lang.Object
org.eclipse.xtext.scoping.impl.AbstractScopeProvider
org.eclipse.xtext.scoping.impl.DelegatingScopeProvider
org.palladiosimulator.dataflow.dictionary.characterized.dsl.scoping.AbstractCharacterizedDataDictionaryScopeProvider
org.palladiosimulator.dataflow.dictionary.characterized.dsl.scoping.CharacterizedDataDictionaryScopeProvider
org.palladiosimulator.dataflow.confidentiality.pcm.dddsl.scoping.AbstractDDDslScopeProvider
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider,org.eclipse.xtext.scoping.IScopeProvider
- Direct Known Subclasses:
DDDslScopeProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class org.palladiosimulator.dataflow.dictionary.characterized.dsl.scoping.CharacterizedDataDictionaryScopeProvider
CharacterizedDataDictionaryScopeProvider.IScopeProcessor, CharacterizedDataDictionaryScopeProvider.IScopeProcessorMethod -
Field Summary
Fields inherited from class org.palladiosimulator.dataflow.dictionary.characterized.dsl.scoping.CharacterizedDataDictionaryScopeProvider
scopeProcessors -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.palladiosimulator.dataflow.dictionary.characterized.dsl.scoping.CharacterizedDataDictionaryScopeProvider
buildLastSegmentScope, findParentOfType, getScope, getScopeForLiteralInEnumCharacteristicReference, getScopeForPinInDataCharacteristicReference, getScopeForValuesInEnumCharacteristic, initScopeProcessors, isLhs, isRhsMethods inherited from class org.eclipse.xtext.scoping.impl.DelegatingScopeProvider
delegateGetScope, getDelegate, setDelegateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
setWrapper
-
Constructor Details
-
AbstractDDDslScopeProvider
public AbstractDDDslScopeProvider()
-