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

Packages that use IfExpCS
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 IfExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

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

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

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

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement IfExpCS
 class IfExpCSImpl
          An implementation of the model object 'If Exp CS'.
 

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type IfExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_IfExpCS(org.eclipse.emf.ecore.EObject context, IfExpCS semanticObject)
          Constraint: (condition=ExpCS thenExpression=ExpCS elseExpression=ExpCS)
 

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

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

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

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