Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.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.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.outline   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

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.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.attributes with parameters of type NavigationOperatorCS
static Type NavigationUtil.getNavigationSourceType(MetaModelManager metaModelManager, NavigationOperatorCS csOperator)
          Return the source type of a navigation adjusting any implicit collect to the flattened source type, and and implicit oclAsSet to the Set type.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type NavigationOperatorCS
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 OCLExpression EssentialOCLLeft2RightVisitor.visitNavigationOperatorCS(NavigationOperatorCS csOperator)
           
 Continuation<?> EssentialOCLPreOrderVisitor.visitNavigationOperatorCS(NavigationOperatorCS object)
           
 

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type NavigationOperatorCS
 T EssentialOCLCSTSwitch.caseNavigationOperatorCS(NavigationOperatorCS object)
          Returns the result of interpreting the object as an instance of 'Navigation Operator CS'.
 

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)
           
 

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

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

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