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

Packages that use CGIsUndefinedExp
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.java   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGIsUndefinedExp
 java.lang.Object AnalysisVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp cgIsUndefinedExp)
           
 java.lang.String CG2StringVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp cgIsUndefinedExp)
           
 java.util.Set<CGVariable> FieldingAnalyzer.AnalysisVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp cgElement)
          All childExternals of a validating operation are marked as caught variables.
 java.lang.Boolean FieldingAnalyzer.RewriteVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp cgElement)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGIsUndefinedExp
 CGIsUndefinedExp CGModelFactory.createCGIsUndefinedExp()
          Returns a new object of class 'CG Is Undefined Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGIsUndefinedExp
 class CGIsUndefinedExpImpl
          An implementation of the model object 'CG Is Undefined Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGIsUndefinedExp
 CGIsUndefinedExp CGModelFactoryImpl.createCGIsUndefinedExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGIsUndefinedExp
 T CGModelSwitch.caseCGIsUndefinedExp(CGIsUndefinedExp object)
          Returns the result of interpreting the object as an instance of 'CG Is Undefined Exp'.
 R AbstractExtendingCGModelVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp object)
           
 R AbstractNullCGModelVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp object)
           
 R CGModelVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp object)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGIsUndefinedExp
 java.lang.Boolean CG2JavaVisitor.visitCGIsUndefinedExp(CGIsUndefinedExp cgIsUndefinedExp)