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

Packages that use NavigationOperatorCS
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.attributes   
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.outline   
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.completeocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type NavigationOperatorCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_CompleteOCLNavigationOperatorCS_EssentialOCLNavigationOperatorCS_NavigationOperatorCS(org.eclipse.emf.ecore.EObject context, NavigationOperatorCS semanticObject)
          Constraint: (name='.' | name='->' | name='^' | name='^^')
protected  void AbstractCompleteOCLSemanticSequencer.sequence_CompleteOCLNavigationOperatorCS(org.eclipse.emf.ecore.EObject context, NavigationOperatorCS semanticObject)
          Constraint: (name='^' | name='^^')
 

Uses of NavigationOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.attributes
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.attributes that return NavigationOperatorCS
static NavigationOperatorCS NavigationUtil.getNavigationOperator(AbstractNameExpCS csExp)
          Return the NavigationOperatorCS for which csExp is the left node of the navigation operator's argument tree.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type NavigationOperatorCS
protected  OCLExpression EssentialOCLCSLeft2RightVisitor.resolveImplicitAsSet(OCLExpression sourceExp, Type sourceType, NavigationOperatorCS csOperator)
           
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitNavigationOperatorCS(NavigationOperatorCS self)
           
 OCLExpression EssentialOCLCSLeft2RightVisitor.visitNavigationOperatorCS(NavigationOperatorCS csOperator)
           
 Continuation<?> EssentialOCLCSPreOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return NavigationOperatorCS
 NavigationOperatorCS EssentialOCLCSFactory.createNavigationOperatorCS()
          Returns a new object of class 'Navigation Operator CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement NavigationOperatorCS
 class NavigationOperatorCSImpl
          An implementation of the model object 'Navigation Operator CS'.
 

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type NavigationOperatorCS
 T EssentialOCLCSSwitch.caseNavigationOperatorCS(NavigationOperatorCS object)
          Returns the result of interpreting the object as an instance of 'Navigation Operator CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitNavigationOperatorCS(NavigationOperatorCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitNavigationOperatorCS(NavigationOperatorCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS csElement)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 R EssentialOCLCSVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type NavigationOperatorCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_EssentialOCLNavigationOperatorCS(org.eclipse.emf.ecore.EObject context, NavigationOperatorCS semanticObject)
          Constraint: (name='.' | name='->')
 

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

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