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

Packages that use InvocationExpCS
org.eclipse.ocl.examples.xtext.essentialocl.attributes   
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.labeling   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
 

Uses of InvocationExpCS in org.eclipse.ocl.examples.xtext.essentialocl.attributes
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.attributes with parameters of type InvocationExpCS
protected  ScopeFilter InvocationExpCSAttribution.createInvocationFilter(InvocationExpCS targetElement, Type type)
           
static boolean NavigationUtil.isIteration(MetaModelManager metaModelManager, InvocationExpCS csInvocationExp, CollectionType type)
           
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.attributes with parameters of type InvocationExpCS
OperationFilter(MetaModelManager metaModelManager, Type sourceType, InvocationExpCS csNavigatingExp)
          Deprecated. 
OperationFilter(Type sourceType, InvocationExpCS csNavigatingExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type InvocationExpCS
protected  Type EssentialOCLLeft2RightVisitor.getSourceElementType(InvocationExpCS csInvocationExp, OCLExpression source)
           
protected  void EssentialOCLLeft2RightVisitor.resolveIterationAccumulators(InvocationExpCS csInvocationExp, LoopExp expression)
           
protected  void EssentialOCLLeft2RightVisitor.resolveIterationBody(InvocationExpCS csInvocationExp, LoopExp expression)
           
protected  LoopExp EssentialOCLLeft2RightVisitor.resolveIterationCall(InvocationExpCS csInvocationExp, OCLExpression source, Iteration iteration)
           
protected  void EssentialOCLLeft2RightVisitor.resolveIterationExplicitAccumulators(InvocationExpCS csInvocationExp)
           
protected  void EssentialOCLLeft2RightVisitor.resolveIterationIterators(InvocationExpCS csInvocationExp, OCLExpression source, LoopExp expression)
           
protected  OCLExpression EssentialOCLLeft2RightVisitor.resolveOperation(InvocationExpCS csInvocationExp)
           
protected  void EssentialOCLLeft2RightVisitor.resolveOperationArguments(InvocationExpCS csInvocationExp, OCLExpression source, Operation operation, OperationCallExp expression)
          Complete the installation of each operation argument in its operation call.
protected  void EssentialOCLLeft2RightVisitor.resolveOperationArgumentTypes(InvocationExpCS csInvocationExp)
          Determine the type of each operation argument so that the appropriate operation overload can be selected.
protected  OCLExpression EssentialOCLLeft2RightVisitor.resolveOperationReference(NamedElement namedElement, InvocationExpCS csInvocationExp)
           
protected  OCLExpression EssentialOCLLeft2RightVisitor.resolveUnknownOperation(InvocationExpCS csNamedExp)
           
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitInvocationExpCS(InvocationExpCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitInvocationExpCS(InvocationExpCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitInvocationExpCS(InvocationExpCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitInvocationExpCS(InvocationExpCS object)
           
 Continuation<?> EssentialOCLContainmentVisitor.visitInvocationExpCS(InvocationExpCS csElement)
           
 Element EssentialOCLLeft2RightVisitor.visitInvocationExpCS(InvocationExpCS csInvocationExp)
           
 Continuation<?> EssentialOCLPostOrderVisitor.visitInvocationExpCS(InvocationExpCS csNavigatingExp)
           
 Continuation<?> EssentialOCLPreOrderVisitor.visitInvocationExpCS(InvocationExpCS csNavigatingExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return InvocationExpCS
 InvocationExpCS EssentialOCLCSTFactory.createInvocationExpCS()
          Returns a new object of class 'Invocation Exp CS'.
 InvocationExpCS NavigatingArgCS.getNavigatingExp()
          Returns the value of the 'Navigating Exp' container reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST with parameters of type InvocationExpCS
 void NavigatingArgCS.setNavigatingExp(InvocationExpCS value)
          Sets the value of the 'Navigating Exp' container reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement InvocationExpCS
 class InvocationExpCSImpl
          An implementation of the model object 'Navigating Exp CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return InvocationExpCS
 InvocationExpCS EssentialOCLCSTFactoryImpl.createInvocationExpCS()
           
 InvocationExpCS NavigatingArgCSImpl.getNavigatingExp()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with parameters of type InvocationExpCS
 org.eclipse.emf.common.notify.NotificationChain NavigatingArgCSImpl.basicSetNavigatingExp(InvocationExpCS newNavigatingExp, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NavigatingArgCSImpl.setNavigatingExp(InvocationExpCS newNavigatingExp)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type InvocationExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_PrimaryExpCS(org.eclipse.emf.ecore.EObject context, InvocationExpCS semanticObject)
          Constraint: ( ( nameExp=PrimaryExpCS_InvocationExpCS_7_2_2_1_0 ( argument+=NavigatingArgCS argument+=NavigatingCommaArgCS* (argument+=NavigatingSemiArgCS argument+=NavigatingCommaArgCS*)? (argument+=NavigatingBarArgCS argument+=NavigatingCommaArgCS*)? )? ) | nameExp=PrimaryExpCS_InvocationExpCS_7_2_2_1_0 )
 

Uses of InvocationExpCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type InvocationExpCS
protected  java.lang.String EssentialOCLLabelProvider.text(InvocationExpCS ele)
           
 

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

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

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

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

Uses of InvocationExpCS in org.eclipse.ocl.examples.xtext.essentialocl.utilities
 

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