Uses of Interface
org.eclipse.ocl.examples.codegen.java.types.UnboxedDescriptor

Packages that use UnboxedDescriptor
org.eclipse.ocl.examples.codegen.generator   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.java.types   
 

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

Methods in org.eclipse.ocl.examples.codegen.generator that return UnboxedDescriptor
 UnboxedDescriptor TypeDescriptor.getUnboxedDescriptor()
          Return the type descriptor for use when an unboxed type would be appropriate.
 UnboxedDescriptor CodeGenerator.getUnboxedDescriptor(ElementId elementId)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java that return UnboxedDescriptor
 UnboxedDescriptor JavaCodeGenerator.getUnboxedDescriptor(ElementId elementId)
           
 

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

Subinterfaces of UnboxedDescriptor in org.eclipse.ocl.examples.codegen.java.types
 interface CollectionDescriptor
          A CollectionDescriptor defines the description of a type for a collection of objects.
 interface SimpleDescriptor
          A SimpleDescriptor defines the description of a type that may be used where either a boxed or unboxed representation is required.
 

Classes in org.eclipse.ocl.examples.codegen.java.types that implement UnboxedDescriptor
 class AbstractCollectionDescriptor
          An AbstractCollectionDescriptor extends an AbstractDescriptor to describe a collection type.
 class BooleanObjectDescriptor
          A BooleanObjectDescriptor describes the Boolean type and any associated irregular code generation patterns.
 class BooleanPrimitiveDescriptor
          A BooleanPrimitiveDescriptor describes the boolean type and any associated irregular code generation patterns.
 class EnumerationObjectDescriptor
          An EnumerationObjectDescriptor the unboxed representation of an Enumeration.
 class EObjectDescriptor
          An EObjectDescriptor describes a type gor an (unboxed) EObjecte.
 class EObjectsDescriptor
          An EObjectsDescriptor describes a type for a collection of (unboxed) EObject representations.
 class FutureEObjectDescriptor
          A FutureEObjectDescriptor describes a yet-to-be-created type whose boxed and unboxed representations are the same.
 class FutureEObjectsDescriptor
          A FutureEObjectsDescriptor describes a yet-to-be-created collection type.
 class IntegerObjectDescriptor
          An IntegerObjectDescriptor describes the unboxed representations of an OCL Integer.
 class RealObjectDescriptor
          n RealObjectDescriptor describes the unboxed representations of an OCL Real.
 class RootObjectDescriptor
          A RootObjectDescriptor describes the java.lang.Object type when that is precisely the type in use, as opposed to the usage of Object as the pragmatic usage when a Java class cannot be determined.
 class SimpleDataTypeDescriptor
          A SimpleDataTypeDescriptor describes a data type whose boxed and unboxed representations are the same.
 class SimpleValueDescriptor
          A SimpleValueDescriptor describes a type whose boxed and unboxed representations are the same.
 class UnboxedElementsDescriptor
          A UnboxedElementsDescriptor describes a collection type for which no Java class may eveer exist.
 class UnboxedValueDescriptor
          An UnboxedValueDescriptor describes a type whose unboxed representation differs from its boxed representation.
 class UnlimitedNaturalObjectDescriptor
          n UnlimitedNaturalObjectDescriptor describes the unboxed representations of an OCL UnlimitedNatural.
 

Fields in org.eclipse.ocl.examples.codegen.java.types declared as UnboxedDescriptor
protected  UnboxedDescriptor BoxedValueDescriptor.unboxedDescriptor
           
 

Methods in org.eclipse.ocl.examples.codegen.java.types that return UnboxedDescriptor
 UnboxedDescriptor BoxedValueDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor BoxedValuesDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor EObjectsDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor FutureEObjectDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor FutureEObjectsDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor RootObjectDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor SimpleDataTypeDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor SimpleValueDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor UnboxedElementsDescriptor.getUnboxedDescriptor()
           
 UnboxedDescriptor UnboxedValueDescriptor.getUnboxedDescriptor()
           
 

Constructors in org.eclipse.ocl.examples.codegen.java.types with parameters of type UnboxedDescriptor
BoxedValueDescriptor(ElementId elementId, java.lang.Class<?> javaClass, UnboxedDescriptor unboxedDescriptor)