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

Packages that use PackageDeclarationCS
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
 

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs 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.completeoclcs.impl
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.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.completeoclcs.impl that return PackageDeclarationCS
 PackageDeclarationCS CompleteOCLCSFactoryImpl.createPackageDeclarationCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.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.completeoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type PackageDeclarationCS
 T CompleteOCLCSSwitch.casePackageDeclarationCS(PackageDeclarationCS object)
          Returns the result of interpreting the object as an instance of 'Package Declaration CS'.
 Continuation<?> AbstractCompleteOCLCSContainmentVisitor.visitPackageDeclarationCS(PackageDeclarationCS csElement)
           
 Element AbstractCompleteOCLCSLeft2RightVisitor.visitPackageDeclarationCS(PackageDeclarationCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPostOrderVisitor.visitPackageDeclarationCS(PackageDeclarationCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPreOrderVisitor.visitPackageDeclarationCS(PackageDeclarationCS csElement)
           
 R AbstractDelegatingCompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 R CompleteOCLCSVisitor.visitPackageDeclarationCS(PackageDeclarationCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type PackageDeclarationCS
protected  Package CompleteOCLCSContainmentVisitor.refreshContextPackage(Package modelPackage, PackageDeclarationCS csElement)
           
 Continuation<?> AutoCompleteOCLCSContainmentVisitor.visitPackageDeclarationCS(PackageDeclarationCS self)
           
 Continuation<?> CompleteOCLCSContainmentVisitor.visitPackageDeclarationCS(PackageDeclarationCS csElement)
           
 Continuation<?> CompleteOCLCSPostOrderVisitor.visitPackageDeclarationCS(PackageDeclarationCS csElement)
           
 Continuation<?> CompleteOCLCSPreOrderVisitor.visitPackageDeclarationCS(PackageDeclarationCS csElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type PackageDeclarationCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_PackageDeclarationCS(org.eclipse.emf.ecore.EObject context, PackageDeclarationCS semanticObject)
          Constraint: (pathName=PathNameCS contexts+=ContextDeclCS*)
 

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)