Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.PackageDeclarationCS

Packages that use PackageDeclarationCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.scoping   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
org.eclipse.ocl.examples.xtext.completeocl.util   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
 

Uses of PackageDeclarationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return PackageDeclarationCS
 PackageDeclarationCS CompleteOCLCSTFactory.createPackageDeclarationCS()
          Returns a new object of class 'Package Declaration CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return types with arguments of type PackageDeclarationCS
 org.eclipse.emf.common.util.EList<PackageDeclarationCS> CompleteOCLDocumentCS.getPackages()
          Returns the value of the 'Packages' containment reference list.
 

Uses of PackageDeclarationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement PackageDeclarationCS
 class PackageDeclarationCSImpl
          An implementation of the model object 'Package Declaration CS'.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with type parameters of type PackageDeclarationCS
protected  org.eclipse.emf.common.util.EList<PackageDeclarationCS> CompleteOCLDocumentCSImpl.packages
          The cached value of the 'Packages' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return PackageDeclarationCS
 PackageDeclarationCS CompleteOCLCSTFactoryImpl.createPackageDeclarationCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return types with arguments of type PackageDeclarationCS
 org.eclipse.emf.common.util.EList<PackageDeclarationCS> CompleteOCLDocumentCSImpl.getPackages()
           
 

Uses of PackageDeclarationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type PackageDeclarationCS
 T CompleteOCLCSTSwitch.casePackageDeclarationCS(PackageDeclarationCS object)
          Returns the result of interpreting the object as an instance of 'Package Declaration CS'.
 

Uses of PackageDeclarationCS in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type PackageDeclarationCS
 Continuation<?> CompleteOCLPreOrderVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 ScopeCSAdapter CompleteOCLScopeVisitor.visitPackageDeclarationCS(PackageDeclarationCS eObject)
           
 

Uses of PackageDeclarationCS in org.eclipse.ocl.examples.xtext.completeocl.scoping
 

Constructors in org.eclipse.ocl.examples.xtext.completeocl.scoping with parameters of type PackageDeclarationCS
PackageDeclarationScopeAdapter(TypeManager typeManager, PackageDeclarationCS csElement)
           
 

Uses of PackageDeclarationCS in org.eclipse.ocl.examples.xtext.completeocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.ui.labeling with parameters of type PackageDeclarationCS
protected  java.lang.String CompleteOCLLabelProvider.image(PackageDeclarationCS ele)
           
protected  java.lang.String CompleteOCLLabelProvider.text(PackageDeclarationCS ele)
           
 

Uses of PackageDeclarationCS in org.eclipse.ocl.examples.xtext.completeocl.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.util with parameters of type PackageDeclarationCS
 R AbstractDelegatingCompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 R AbstractExtendingDelegatingCompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 R CompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 

Uses of PackageDeclarationCS in org.eclipse.ocl.examples.xtext.completeocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.utilities with parameters of type PackageDeclarationCS
 java.lang.Boolean CompleteOCLCS2MonikerVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)