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

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

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

Subinterfaces of FeatureCallExp in org.eclipse.ocl.examples.pivot
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call 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 FeatureCallExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement FeatureCallExp
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'.
 class FeatureCallExpImpl
          An implementation of the model object 'Feature Call 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 FeatureCallExp in org.eclipse.ocl.examples.pivot.util
 

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

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type FeatureCallExp
protected  void ToStringVisitor.appendAtPre(FeatureCallExp mpc)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type FeatureCallExp
protected  void EssentialOCLCSLeft2RightVisitor.resolveAtPre(NameExpCS csNameExp, FeatureCallExp featureCallExp)