org.eclipse.ocl.examples.xtext.base.scope
Interface ScopeCSAdapter

All Superinterfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, ScopeAdapter, TypeManagedAdapter
All Known Implementing Classes:
AbstractRootCSScopeAdapter, BaseCSScopeAdapter, ClassCSScopeAdapter, ClassifierContextScopeAdapter, CompleteOCLDocumentScopeAdapter, ConstraintCSScopeAdapter, ContextCSScopeAdapter, DataTypeCSScopeAdapter, ElementCSScopeAdapter, EmptyCSScopeAdapter, EnumCSScopeAdapter, EssentialOCLCSScopeAdapter, ExpCSScopeAdapter, ExpSpecificationCSScopeAdapter, ImportScopeAdapter, IncludeScopeAdapter, LambdaTypeCSScopeAdapter, LetExpCSScopeAdapter, LibOperationScopeAdapter, LibraryScopeAdapter, LibRootPackageScopeAdapter, ModelElementCSScopeAdapter, MonikeredElementCSScopeAdapter, NameExpCSScopeAdapter, NavigatingExpCSScopeAdapter, NavigationOperatorCSScopeAdapter, OCLinEcoreCSScopeAdapter, OperationContextScopeAdapter, OperationCSScopeAdapter, PackageCSScopeAdapter, PackageDeclarationScopeAdapter, PostconditionScopeAdapter, PostScopeAdapter, PropertyContextScopeAdapter, ReferenceCSScopeAdapter, RootPackageCSScopeAdapter, StandardDocumentScopeAdapter, TemplateBindingCSScopeAdapter, TemplateParameterSubstitutionCSScopeAdapter, TemplateSignatureCSScopeAdapter, TupleLiteralExpCSScopeAdapter, TupleTypeCSScopeAdapter, TypedTypeRefCSScopeAdapter, TypeNameExpCSScopeAdapter

public interface ScopeCSAdapter
extends ScopeAdapter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.xtext.base.scope.ScopeAdapter
ScopeAdapter.Switch
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Method Summary
 RootCSScopeAdapter getRootScopeAdapter()
           
 TypeManager getTypeManager()
           
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.scope.ScopeAdapter
computeLookup, computeLookup, getInnerScopeView, getOuterScopeView, getParent, getSourceScope, getTarget
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.utilities.TypeManagedAdapter
dispose, isAdapterFor
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter.Internal
unsetTarget
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter
isAdapterForType, notifyChanged, setTarget
 

Method Detail

getRootScopeAdapter

RootCSScopeAdapter getRootScopeAdapter()
Specified by:
getRootScopeAdapter in interface ScopeAdapter

getTypeManager

TypeManager getTypeManager()