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

Packages that use CGIfExp
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.cse   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.utilities   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGIfExp
 CGIfExp AS2CGVisitor.visitIfExp(IfExp element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGIfExp
 java.lang.Object AnalysisVisitor.visitCGIfExp(CGIfExp cgIfExp)
           
 java.lang.Object BoxingAnalyzer.visitCGIfExp(CGIfExp cgElement)
           
 java.lang.String CG2StringVisitor.visitCGIfExp(CGIfExp cgExp)
           
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGIfExp(CGIfExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGIfExp
 CGIfExp CGModelFactory.createCGIfExp()
          Returns a new object of class 'CG If Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGIfExp
 class CGIfExpImpl
          An implementation of the model object 'CG If Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGIfExp
 CGIfExp CGModelFactoryImpl.createCGIfExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGIfExp
 T CGModelSwitch.caseCGIfExp(CGIfExp object)
          Returns the result of interpreting the object as an instance of 'CG If Exp'.
 R AbstractExtendingCGModelVisitor.visitCGIfExp(CGIfExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGIfExp(CGIfExp object)
           
 R AbstractNullCGModelVisitor.visitCGIfExp(CGIfExp object)
           
 R CGModelVisitor.visitCGIfExp(CGIfExp object)
           
 

Uses of CGIfExp in org.eclipse.ocl.examples.codegen.cse
 

Methods in org.eclipse.ocl.examples.codegen.cse with parameters of type CGIfExp
static LocalPlace IfPlaces.createIfPlaces(java.util.Map<CGElement,AbstractPlace> element2place, CGIfExp cgIfExp)
           
 

Uses of CGIfExp in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGIfExp
 java.lang.Boolean CG2JavaVisitor.visitCGIfExp(CGIfExp cgIfExp)
           
 

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

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