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

Packages that use BinaryOperatorCS
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 BinaryOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type BinaryOperatorCS
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitBinaryOperatorCS(BinaryOperatorCS self)
           
 Element EssentialOCLCSLeft2RightVisitor.visitBinaryOperatorCS(BinaryOperatorCS csOperator)
           
 

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

Subinterfaces of BinaryOperatorCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 interface NavigationOperatorCS
          A representation of the model object 'Navigation Operator CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return types with arguments of type BinaryOperatorCS
 org.eclipse.emf.common.util.EList<BinaryOperatorCS> InfixExpCS.getOwnedOperator()
          Returns the value of the 'Owned Operator' containment reference list.
 

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

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

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl with type parameters of type BinaryOperatorCS
protected  org.eclipse.emf.common.util.EList<BinaryOperatorCS> InfixExpCSImpl.ownedOperator
          The cached value of the 'Owned Operator' containment reference list.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return types with arguments of type BinaryOperatorCS
 org.eclipse.emf.common.util.EList<BinaryOperatorCS> InfixExpCSImpl.getOwnedOperator()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type BinaryOperatorCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_EssentialOCLInfixOperatorCS(org.eclipse.emf.ecore.EObject context, BinaryOperatorCS semanticObject)
          Constraint: ( name='*' | name='/' | name='+' | name='-' | name='>' | name='<' | name='>=' | name='<=' | name='=' | name='<>' | name='and' | name='or' | name='xor' | name='implies' )
 

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

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