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

Packages that use NavigationOperatorCS
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.scoping   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

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
 OclExpression EssentialOCLLeft2RightVisitor.visitNavigationOperatorCS(NavigationOperatorCS csOperator)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.visitNavigationOperatorCS(NavigationOperatorCS eObject)
           
 

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.scoping
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.scoping with parameters of type NavigationOperatorCS
NavigationOperatorCSScopeAdapter(TypeManager typeManager, NavigationOperatorCS eObject)
           
 

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)