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

Packages that use BinaryOperatorCS
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.util   
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type BinaryOperatorCS
 MonikeredElement EssentialOCLLeft2RightVisitor.visitBinaryOperatorCS(BinaryOperatorCS csOperator)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.visitBinaryOperatorCS(BinaryOperatorCS eObject)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST 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.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.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.essentialOCLCST.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.essentialOCLCST.impl that return BinaryOperatorCS
 BinaryOperatorCS EssentialOCLCSTFactoryImpl.createBinaryOperatorCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.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.essentialOCLCST.util
 

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type BinaryOperatorCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitBinaryOperatorCS(BinaryOperatorCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitBinaryOperatorCS(BinaryOperatorCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitBinaryOperatorCS(BinaryOperatorCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitBinaryOperatorCS(BinaryOperatorCS object)
           
 R EssentialOCLCSVisitor.visitBinaryOperatorCS(BinaryOperatorCS object)