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

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type NestedExpCS
 T EssentialOCLCSSwitch.caseNestedExpCS(NestedExpCS object)
          Returns the result of interpreting the object as an instance of 'Nested Exp CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitNestedExpCS(NestedExpCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitNestedExpCS(NestedExpCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitNestedExpCS(NestedExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitNestedExpCS(NestedExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitNestedExpCS(NestedExpCS csElement)
           
 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.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)