Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.LibraryCS

Packages that use LibraryCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.scoping.cs   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
 

Uses of LibraryCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return LibraryCS
 LibraryCS BaseCSTFactory.createLibraryCS()
          Returns a new object of class 'Library CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type LibraryCS
 org.eclipse.emf.common.util.EList<LibraryCS> RootCS.getOwnedLibrary()
          Returns the value of the 'Owned Library' containment reference list.
 

Uses of LibraryCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement LibraryCS
 class LibraryCSImpl
          An implementation of the model object 'Library CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type LibraryCS
protected  org.eclipse.emf.common.util.EList<LibraryCS> RootPackageCSImpl.ownedLibrary
          The cached value of the 'Owned Library' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return LibraryCS
 LibraryCS BaseCSTFactoryImpl.createLibraryCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type LibraryCS
 org.eclipse.emf.common.util.EList<LibraryCS> RootPackageCSImpl.getOwnedLibrary()
           
 

Uses of LibraryCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type LibraryCS
 T BaseCSTSwitch.caseLibraryCS(LibraryCS object)
          Returns the result of interpreting the object as an instance of 'Library CS'.
 boolean BaseCSTValidator.validateLibraryCS(LibraryCS libraryCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of LibraryCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type LibraryCS
 Continuation<?> BasePostOrderVisitor.visitLibraryCS(LibraryCS object)
           
 ScopeCSAdapter BaseScopeVisitor.visitLibraryCS(LibraryCS eObject)
           
 

Uses of LibraryCS in org.eclipse.ocl.examples.xtext.base.scoping.cs
 

Constructors in org.eclipse.ocl.examples.xtext.base.scoping.cs with parameters of type LibraryCS
LibraryScopeAdapter(TypeManager typeManager, LibraryCS csElement)
           
 

Uses of LibraryCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type LibraryCS
 R AbstractDelegatingBaseCSVisitor.visitLibraryCS(LibraryCS object)
           
 R AbstractExtendingBaseCSVisitor.visitLibraryCS(LibraryCS object)
           
 R AbstractNullBaseCSVisitor.visitLibraryCS(LibraryCS object)
           
 R BaseCSVisitor.visitLibraryCS(LibraryCS object)
           
 

Uses of LibraryCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with type parameters of type LibraryCS
protected  org.eclipse.emf.common.util.EList<LibraryCS> ContextCSImpl.ownedLibrary
          The cached value of the 'Owned Library' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return types with arguments of type LibraryCS
 org.eclipse.emf.common.util.EList<LibraryCS> ContextCSImpl.getOwnedLibrary()