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

Packages that use CGOppositePropertyCallExp
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   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGOppositePropertyCallExp
 java.lang.Object AnalysisVisitor.visitCGOppositePropertyCallExp(CGOppositePropertyCallExp cgPropertyCallExp)
           
 java.lang.String CG2StringVisitor.visitCGOppositePropertyCallExp(CGOppositePropertyCallExp pc)
           
 java.util.List<java.lang.Object> ReferencesVisitor.visitCGOppositePropertyCallExp(CGOppositePropertyCallExp cgElement)
           
 

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

Subinterfaces of CGOppositePropertyCallExp in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGEcoreOppositePropertyCallExp
          A representation of the model object 'CG Ecore Opposite Property Call Exp'.
 interface CGExecutorOppositePropertyCallExp
          A representation of the model object 'CG Executor Opposite Property Call Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGOppositePropertyCallExp
 class CGEcoreOppositePropertyCallExpImpl
          An implementation of the model object 'CG Ecore Opposite Property Call Exp'.
 class CGExecutorOppositePropertyCallExpImpl
          An implementation of the model object 'CG Executor Opposite Property Call Exp'.
 class CGOppositePropertyCallExpImpl
          An implementation of the model object 'CG Opposite Property Call Exp'.
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGOppositePropertyCallExp
 T CGModelSwitch.caseCGOppositePropertyCallExp(CGOppositePropertyCallExp object)
          Returns the result of interpreting the object as an instance of 'CG Opposite Property Call Exp'.
 R AbstractExtendingCGModelVisitor.visitCGOppositePropertyCallExp(CGOppositePropertyCallExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGOppositePropertyCallExp(CGOppositePropertyCallExp object)
           
 R AbstractNullCGModelVisitor.visitCGOppositePropertyCallExp(CGOppositePropertyCallExp object)
           
 R CGModelVisitor.visitCGOppositePropertyCallExp(CGOppositePropertyCallExp object)