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

Packages that use NestedExpCS
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.ui.labeling   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

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

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

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

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

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement NestedExpCS
 class NestedExpCSImpl
          An implementation of the model object 'Nested Exp CS'.
 

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type NestedExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_NestedExpCS(org.eclipse.emf.ecore.EObject context, NestedExpCS semanticObject)
          Constraint: source=ExpCS
 

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

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

Uses of NestedExpCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type NestedExpCS
protected  void EssentialOCLOutlineTreeProvider._createChildren(org.eclipse.xtext.ui.editor.outline.IOutlineNode parentNode, NestedExpCS csExp)
           
 

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

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

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

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