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

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

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(Type sourceType, InvocationExpCS csNavigatingExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type InvocationExpCS
protected  java.util.List<NamedElement> EssentialOCLCSLeft2RightVisitor.getInvocations(OCLExpression sourceExp, InvocationExpCS csInvocationExp)
           
protected  OperationCallExp EssentialOCLCSLeft2RightVisitor.refreshOperationCallExp(InvocationExpCS csInvocationExp, OCLExpression sourceExp)
           
protected  OCLExpression EssentialOCLCSLeft2RightVisitor.resolveBestInvocation(OCLExpression sourceExp, InvocationExpCS csInvocationExp, java.util.List<NamedElement> invocations)
          Resolve an invocation such as name() or source.name(...) or source->name(...) to the best candidate from invocations.
protected  OCLExpression EssentialOCLCSLeft2RightVisitor.resolveInvocation(OCLExpression sourceExp, InvocationExpCS csInvocationExp)
          Resolve an invocation such as name() or source.name(...) or source->name(...)
protected  void EssentialOCLCSLeft2RightVisitor.resolveIterationAccumulators(InvocationExpCS csInvocationExp, LoopExp expression)
           
protected  void EssentialOCLCSLeft2RightVisitor.resolveIterationBody(InvocationExpCS csInvocationExp, LoopExp expression)
           
protected  LoopExp EssentialOCLCSLeft2RightVisitor.resolveIterationCallExp(InvocationExpCS csInvocationExp, OCLExpression sourceExp, Iteration iteration)
           
protected  void EssentialOCLCSLeft2RightVisitor.resolveIterationContent(InvocationExpCS csInvocationExp, LoopExp expression)
           
protected  void EssentialOCLCSLeft2RightVisitor.resolveIterationIterators(InvocationExpCS csInvocationExp, OCLExpression source, LoopExp expression)
           
protected  void EssentialOCLCSLeft2RightVisitor.resolveOperationArguments(InvocationExpCS csInvocationExp, Operation operation, OperationCallExp expression)
          Complete the installation of each operation argument in its operation call.
protected  void EssentialOCLCSLeft2RightVisitor.resolveOperationArgumentTypes(InvocationExpCS csInvocationExp)
          Determine the type of each operation argument so that the appropriate operation overload can be selected.
protected  OperationCallExp EssentialOCLCSLeft2RightVisitor.resolveOperationCallExp(InvocationExpCS csInvocationExp, OperationCallExp operationCallExp, Operation operation)
           
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitInvocationExpCS(InvocationExpCS self)
           
 Continuation<?> EssentialOCLCSContainmentVisitor.visitInvocationExpCS(InvocationExpCS csElement)
           
 Element EssentialOCLCSLeft2RightVisitor.visitInvocationExpCS(InvocationExpCS csInvocationExp)
          Resolve an invocation such as name()
 Continuation<?> EssentialOCLCSPostOrderVisitor.visitInvocationExpCS(InvocationExpCS csNavigatingExp)
           
 Continuation<?> EssentialOCLCSPreOrderVisitor.visitInvocationExpCS(InvocationExpCS csNavigatingExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return InvocationExpCS
 InvocationExpCS EssentialOCLCSFactory.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.essentialoclcs 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.essentialoclcs.impl
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type InvocationExpCS
 T EssentialOCLCSSwitch.caseInvocationExpCS(InvocationExpCS object)
          Returns the result of interpreting the object as an instance of 'Invocation Exp CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitInvocationExpCS(InvocationExpCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitInvocationExpCS(InvocationExpCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitInvocationExpCS(InvocationExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitInvocationExpCS(InvocationExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitInvocationExpCS(InvocationExpCS csElement)
           
 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.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)