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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type InfixExpCS
protected  void EssentialOCLCSPostOrderVisitor.createInfixOperatorTree(InfixExpCS csInfix)
          Establish the parent-{source,argument} relationships between all infix operators in accordance with the precedence and associativity configuration.
protected  java.util.Map<Precedence,java.util.List<java.lang.Integer>> EssentialOCLCSPostOrderVisitor.createInfixPrecedenceToOperatorIndexesMap(InfixExpCS csInfix)
          Return a map of operator indexes for each used precedence.
protected  void EssentialOCLCSPostOrderVisitor.interleavePrefixes(InfixExpCS csElement)
           
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitInfixExpCS(InfixExpCS self)
           
 Continuation<?> EssentialOCLCSContainmentVisitor.visitInfixExpCS(InfixExpCS csElement)
           
 Element EssentialOCLCSLeft2RightVisitor.visitInfixExpCS(InfixExpCS csInfixExp)
           
 Continuation<?> EssentialOCLCSPostOrderVisitor.visitInfixExpCS(InfixExpCS csInfixExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return InfixExpCS
 InfixExpCS EssentialOCLCSFactory.createInfixExpCS()
          Returns a new object of class 'Infix Exp CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement InfixExpCS
 class InfixExpCSImpl
          An implementation of the model object 'Binary Expression CS'.
 

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type InfixExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_ExpCS(org.eclipse.emf.ecore.EObject context, InfixExpCS semanticObject)
          Constraint: ( ownedExpression+=ExpCS_InfixExpCS_0_1_0 ownedOperator+=BinaryOperatorCS ( ( ownedExpression+=PrefixedExpCS (ownedOperator+=BinaryOperatorCS ownedExpression+=PrefixedExpCS)* (ownedOperator+=BinaryOperatorCS ownedExpression+=LetExpCS)? ) | ownedExpression+=LetExpCS ) )
 

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

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