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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type SelfExpCS
 MonikeredElement EssentialOCLLeft2RightVisitor.visitSelfExpCS(SelfExpCS csSelfExp)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.visitSelfExpCS(SelfExpCS eObject)
           
 

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type SelfExpCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitSelfExpCS(SelfExpCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitSelfExpCS(SelfExpCS object)
           
 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.utilities
 

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