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

Packages that use CGUnboxExp
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.generator   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.java.types   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGUnboxExp
 java.lang.String CG2StringVisitor.visitCGUnboxExp(CGUnboxExp cgUnboxExp)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGUnboxExp
 CGUnboxExp CGModelFactory.createCGUnboxExp()
          Returns a new object of class 'CG Unbox Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGUnboxExp
 class CGUnboxExpImpl
          An implementation of the model object 'CG Unbox Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGUnboxExp
 CGUnboxExp CGModelFactoryImpl.createCGUnboxExp()
           
 

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

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

Uses of CGUnboxExp in org.eclipse.ocl.examples.codegen.generator
 

Methods in org.eclipse.ocl.examples.codegen.generator with parameters of type CGUnboxExp
 java.lang.Boolean TypeDescriptor.appendUnboxStatements(JavaStream js, JavaLocalContext localContext, CGUnboxExp cgUnboxExp, CGValuedElement boxedValue)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGUnboxExp
 java.lang.Object CG2JavaPreVisitor.visitCGUnboxExp(CGUnboxExp cgUnboxExp)
           
 java.lang.Boolean CG2JavaVisitor.visitCGUnboxExp(CGUnboxExp cgUnboxExp)
           
 

Uses of CGUnboxExp in org.eclipse.ocl.examples.codegen.java.types
 

Methods in org.eclipse.ocl.examples.codegen.java.types with parameters of type CGUnboxExp
 java.lang.Boolean AbstractDescriptor.appendUnboxStatements(JavaStream js, JavaLocalContext localContext, CGUnboxExp cgUnboxExp, CGValuedElement boxedValue)
           
 java.lang.Boolean BoxedValuesDescriptor.appendUnboxStatements(JavaStream js, JavaLocalContext localContext, CGUnboxExp cgUnboxExp, CGValuedElement boxedValue)
           
 java.lang.Boolean EnumerationValueDescriptor.appendUnboxStatements(JavaStream js, JavaLocalContext localContext, CGUnboxExp cgUnboxExp, CGValuedElement boxedValue)
           
 java.lang.Boolean IntegerValueDescriptor.appendUnboxStatements(JavaStream js, JavaLocalContext localContext, CGUnboxExp cgUnboxExp, CGValuedElement boxedValue)
           
 java.lang.Boolean RealValueDescriptor.appendUnboxStatements(JavaStream js, JavaLocalContext localContext, CGUnboxExp cgUnboxExp, CGValuedElement boxedValue)
           
 java.lang.Boolean UnlimitedNaturalValueDescriptor.appendUnboxStatements(JavaStream js, JavaLocalContext localContext, CGUnboxExp cgUnboxExp, CGValuedElement boxedValue)