Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.SelfExpCS

Packages that use SelfExpCS
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of SelfExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type SelfExpCS
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitSelfExpCS(SelfExpCS self)
           
 Continuation<?> EssentialOCLCSContainmentVisitor.visitSelfExpCS(SelfExpCS csElement)
           
 Element EssentialOCLCSLeft2RightVisitor.visitSelfExpCS(SelfExpCS csSelfExp)
           
 

Uses of SelfExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return SelfExpCS
 SelfExpCS EssentialOCLCSFactory.createSelfExpCS()
          Returns a new object of class 'Self Exp CS'.
 

Uses of SelfExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement SelfExpCS
 class SelfExpCSImpl
          An implementation of the model object 'Variable Exp CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return SelfExpCS
 SelfExpCS EssentialOCLCSFactoryImpl.createSelfExpCS()
           
 

Uses of SelfExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type SelfExpCS
 T EssentialOCLCSSwitch.caseSelfExpCS(SelfExpCS object)
          Returns the result of interpreting the object as an instance of 'Self Exp CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitSelfExpCS(SelfExpCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitSelfExpCS(SelfExpCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitSelfExpCS(SelfExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitSelfExpCS(SelfExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitSelfExpCS(SelfExpCS csElement)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitSelfExpCS(SelfExpCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitSelfExpCS(SelfExpCS object)
           
 R EssentialOCLCSVisitor.visitSelfExpCS(SelfExpCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type SelfExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_SelfExpCS(org.eclipse.emf.ecore.EObject context, SelfExpCS semanticObject)
          Constraint: {SelfExpCS}
 

Uses of SelfExpCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type SelfExpCS
protected  java.lang.String EssentialOCLLabelProvider.image(SelfExpCS ele)
           
protected  java.lang.String EssentialOCLLabelProvider.text(SelfExpCS ele)