Uses of Interface
org.eclipse.ocl.examples.codegen.cgmodel.CGNavigationCallExp

Packages that use CGNavigationCallExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
org.eclipse.ocl.examples.codegen.utilities   
 

Uses of CGNavigationCallExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGNavigationCallExp
 java.lang.Object BoxingAnalyzer.visitCGNavigationCallExp(CGNavigationCallExp cgElement)
           
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGNavigationCallExp(CGNavigationCallExp cgElement)
           
 

Uses of CGNavigationCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 

Subinterfaces of CGNavigationCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGEcoreOppositePropertyCallExp
          A representation of the model object 'CG Ecore Opposite Property Call Exp'.
 interface CGEcorePropertyCallExp
          A representation of the model object 'CG Ecore Property Call Exp'.
 interface CGExecutorOppositePropertyCallExp
          A representation of the model object 'CG Executor Opposite Property Call Exp'.
 interface CGExecutorPropertyCallExp
          A representation of the model object 'CG Executor Property Call Exp'.
 interface CGLibraryPropertyCallExp
          A representation of the model object 'CG Library Property Call Exp'.
 interface CGOppositePropertyCallExp
          A representation of the model object 'CG Opposite Property Call Exp'.
 interface CGPropertyCallExp
          A representation of the model object 'CG Property Call Exp'.
 interface CGTuplePartCallExp
          A representation of the model object 'CG Tuple Part Call Exp'.
 

Uses of CGNavigationCallExp in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGNavigationCallExp
 class CGEcoreOppositePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Opposite Property Call Exp'.
 class CGEcorePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Property Call Exp'.
 class CGExecutorOppositePropertyCallExpImpl
          An implementation of the model object 'CG Executor Opposite Property Call Exp'.
 class CGExecutorPropertyCallExpImpl
          An implementation of the model object 'CG Executor Property Call Exp'.
 class CGLibraryPropertyCallExpImpl
          An implementation of the model object 'CG Library Property Call Exp'.
 class CGNavigationCallExpImpl
          An implementation of the model object 'CG Navigation Call Exp'.
 class CGOppositePropertyCallExpImpl
          An implementation of the model object 'CG Opposite Property Call Exp'.
 class CGPropertyCallExpImpl
          An implementation of the model object 'CG Property Call Exp'.
 class CGTuplePartCallExpImpl
          An implementation of the model object 'CG Tuple Part Call Exp'.
 

Uses of CGNavigationCallExp in org.eclipse.ocl.examples.codegen.cgmodel.util
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGNavigationCallExp
 T CGModelSwitch.caseCGNavigationCallExp(CGNavigationCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Navigation Call Exp'.
 R AbstractExtendingCGModelVisitor.visitCGNavigationCallExp(CGNavigationCallExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGNavigationCallExp(CGNavigationCallExp object)
           
 R AbstractNullCGModelVisitor.visitCGNavigationCallExp(CGNavigationCallExp object)
           
 R CGModelVisitor.visitCGNavigationCallExp(CGNavigationCallExp object)
           
 

Uses of CGNavigationCallExp in org.eclipse.ocl.examples.codegen.utilities
 

Methods in org.eclipse.ocl.examples.codegen.utilities with parameters of type CGNavigationCallExp
static java.lang.Boolean EquivalenceUtils.isEquivalent(CGNavigationCallExp thisValue, CGNavigationCallExp thatValue)