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

Packages that use CallExp
org.eclipse.ocl.examples.library   
org.eclipse.ocl.examples.library.iterator   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.library   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
 

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

Methods in org.eclipse.ocl.examples.library with parameters of type CallExp
 Value AbstractIteration.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value AbstractOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 org.eclipse.emf.common.util.Diagnostic AbstractFeature.validate(TypeManager typeManager, CallExp callExp)
           
 

Uses of CallExp in org.eclipse.ocl.examples.library.iterator
 

Methods in org.eclipse.ocl.examples.library.iterator with parameters of type CallExp
 org.eclipse.emf.common.util.Diagnostic ClosureIteration.validate(TypeManager typeManager, CallExp callExp)
           
 org.eclipse.emf.common.util.Diagnostic SortedByIteration.validate(TypeManager typeManager, CallExp callExp)
           
 

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 PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type CallExp
 Value EObjectOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value EObjectProperty.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 org.eclipse.emf.common.util.Diagnostic EObjectOperation.validate(TypeManager typeManager, CallExp callExp)
           
 org.eclipse.emf.common.util.Diagnostic EObjectProperty.validate(TypeManager typeManager, CallExp callExp)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type CallExp
 Value CallableImplementation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp call)
           
protected  Value EvaluationVisitorImpl.handleCallExp(CallExp callExp, Operation staticOperation)
           
 org.eclipse.emf.common.util.Diagnostic CallableImplementation.validate(TypeManager typeManager, CallExp callExp)
           
 

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 PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 

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

Methods in org.eclipse.ocl.examples.pivot.library with parameters of type CallExp
 Value ConstrainedOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value ConstrainedProperty.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value ExplicitNavigationProperty.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value ImplicitCompositionProperty.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value ImplicitNonCompositionProperty.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value JavaComparisonOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value TuplePartProperty.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 Value UnimplementedOperation.evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 org.eclipse.emf.common.util.Diagnostic AbstractCallableImplementation.validate(TypeManager typeManager, CallExp callExp)
           
 org.eclipse.emf.common.util.Diagnostic JavaComparisonOperation.validate(TypeManager typeManager, CallExp callExp)
           
 

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 PrettyPrintExprVisitor.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
 T 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 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.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type CallExp
protected  OclExpression EssentialOCLLeft2RightVisitor.checkImplementation(NamedExpCS csNavigatingExp, Feature feature, CallExp callExp, OclExpression expression)
           
protected  OclExpression EssentialOCLLeft2RightVisitor.resolveNavigationFeature(NamedExpCS csElement, OclExpression source, Feature feature, CallExp callExp)
          Resolve any implicit collect().