Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ConstructorExpCS

Packages that use ConstructorExpCS
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

Uses of ConstructorExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type ConstructorExpCS
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 Continuation<?> EssentialOCLContainmentVisitor.visitConstructorExpCS(ConstructorExpCS csElement)
           
 Element EssentialOCLLeft2RightVisitor.visitConstructorExpCS(ConstructorExpCS csConstructorExp)
           
 Continuation<?> EssentialOCLPreOrderVisitor.visitConstructorExpCS(ConstructorExpCS csConstructorExp)
           
 

Uses of ConstructorExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return ConstructorExpCS
 ConstructorExpCS EssentialOCLCSTFactory.createConstructorExpCS()
          Returns a new object of class 'Constructor Exp CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement ConstructorExpCS
 class ConstructorExpCSImpl
          An implementation of the model object 'Constructor Exp CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return ConstructorExpCS
 ConstructorExpCS EssentialOCLCSTFactoryImpl.createConstructorExpCS()
           
 

Uses of ConstructorExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type ConstructorExpCS
 T EssentialOCLCSTSwitch.caseConstructorExpCS(ConstructorExpCS object)
          Returns the result of interpreting the object as an instance of 'Constructor Exp CS'.
 

Uses of ConstructorExpCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type ConstructorExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_PrimaryExpCS(org.eclipse.emf.ecore.EObject context, ConstructorExpCS semanticObject)
          Constraint: (pathName=PathNameCS ((ownedParts+=ConstructorPartCS ownedParts+=ConstructorPartCS*) | value=StringLiteral))
 

Uses of ConstructorExpCS in org.eclipse.ocl.examples.xtext.essentialocl.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type ConstructorExpCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 R EssentialOCLCSVisitor.visitConstructorExpCS(ConstructorExpCS object)
           
 

Uses of ConstructorExpCS in org.eclipse.ocl.examples.xtext.essentialocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.utilities with parameters of type ConstructorExpCS
 java.lang.Boolean EssentialOCLCS2MonikerVisitor.visitConstructorExpCS(ConstructorExpCS object)