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.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
 MonikeredElement 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.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)