Class DDDslScopeProvider
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
org.palladiosimulator.dataflow.confidentiality.pcm.dddsl.scoping.DDDslScopeProvider
- All Implemented Interfaces:
org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
,org.eclipse.xtext.scoping.IScopeProvider
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.
-
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
-
Method Summary
Methods inherited from class org.palladiosimulator.dataflow.dictionary.characterized.dsl.scoping.CharacterizedDataDictionaryScopeProvider
buildLastSegmentScope, findParentOfType, getScope, getScopeForLiteralInEnumCharacteristicReference, getScopeForPinInDataCharacteristicReference, getScopeForValuesInEnumCharacteristic, initScopeProcessors, isLhs, isRhs
Methods inherited from class org.eclipse.xtext.scoping.impl.DelegatingScopeProvider
delegateGetScope, getDelegate, setDelegate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.xtext.scoping.impl.IDelegatingScopeProvider
setWrapper
-
Constructor Details
-
DDDslScopeProvider
public DDDslScopeProvider()
-