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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type InfixExpCS
protected  void EssentialOCLPostOrderVisitor.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>> EssentialOCLPostOrderVisitor.createInfixPrecedenceToOperatorIndexesMap(InfixExpCS csInfix)
          Return a map of operator indexes for each used precedence.
protected  void EssentialOCLPostOrderVisitor.interleavePrefixes(InfixExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitInfixExpCS(InfixExpCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitInfixExpCS(InfixExpCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitInfixExpCS(InfixExpCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitInfixExpCS(InfixExpCS object)
           
 Continuation<?> EssentialOCLContainmentVisitor.visitInfixExpCS(InfixExpCS csElement)
           
 Element EssentialOCLLeft2RightVisitor.visitInfixExpCS(InfixExpCS csInfixExp)
           
 Continuation<?> EssentialOCLPostOrderVisitor.visitInfixExpCS(InfixExpCS csInfixExp)
           
 

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type InfixExpCS
 T EssentialOCLCSTSwitch.caseInfixExpCS(InfixExpCS object)
          Returns the result of interpreting the object as an instance of 'Infix Exp CS'.
 

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)
           
 

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

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

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