Uses of Interface
org.eclipse.ocl.examples.pivot.CallExp

Packages that use CallExp
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs   
 

Uses of CallExp in org.eclipse.ocl.examples.pivot
 

Subinterfaces of CallExp in org.eclipse.ocl.examples.pivot
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'.
 interface FeatureCallExp
          A representation of the model object 'Feature Call Exp'.
 interface IterateExp
          A representation of the model object 'Iterate Exp'.
 interface IteratorExp
          A representation of the model object 'Iterator Exp'.
 interface LoopExp
          A representation of the model object 'Loop Exp'.
 interface NavigationCallExp
          A representation of the model object 'Navigation Call Exp'.
 interface OperationCallExp
          A representation of the model object 'Operation Call Exp'.
 interface OppositePropertyCallExp
          A representation of the model object 'Opposite Property Call Exp'.
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 

Uses of CallExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement CallExp
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'.
 class CallExpImpl
          An implementation of the model object 'Call Exp'.
 class FeatureCallExpImpl
          An implementation of the model object 'Feature Call Exp'.
 class IterateExpImpl
          An implementation of the model object 'Iterate Exp'.
 class IteratorExpImpl
          An implementation of the model object 'Iterator Exp'.
 class LoopExpImpl
          An implementation of the model object 'Loop Exp'.
 class NavigationCallExpImpl
          An implementation of the model object 'Navigation Call Exp'.
 class OperationCallExpImpl
          An implementation of the model object 'Operation Call Exp'.
 class OppositePropertyCallExpImpl
          An implementation of the model object 'Opposite Property Call Exp'.
 class PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 

Uses of CallExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type CallExp
protected  void EssentialOCLPrettyPrintVisitor.appendSourceNavigation(CallExp object)
           
 

Uses of CallExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type CallExp
 T1 PivotSwitch.caseCallExp(CallExp object)
          Returns the result of interpreting the object as an instance of 'Call Exp'.
 boolean PivotValidator.validateCallExp(CallExp callExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitCallExp(CallExp object)
           
 R AbstractExtendingVisitor.visitCallExp(CallExp object)
           
 R AbstractNullVisitor.visitCallExp(CallExp object)
           
 R AbstractWrappingVisitor.visitCallExp(CallExp object)
           
 R Visitor.visitCallExp(CallExp object)
           
 

Uses of CallExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type CallExp
static Feature PivotUtil.getReferredFeature(CallExp callExp)
           
static Operation PivotUtil.getReferredOperation(CallExp callExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return CallExp
protected  CallExp EssentialOCLCSLeft2RightVisitor.resolvePropertyCallExp(OCLExpression sourceExp, NameExpCS csNameExp, Property property)
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type CallExp
protected  void EssentialOCLCSLeft2RightVisitor.resolveOperationReturnType(CallExp callExp)
           
 

Uses of CallExp in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type CallExp
 ElementCS EssentialOCLDeclarationVisitor.visitCallExp(CallExp object)