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

Packages that use SimpleDescriptor
org.eclipse.ocl.examples.codegen.java.types   
 

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

Classes in org.eclipse.ocl.examples.codegen.java.types that implement SimpleDescriptor
 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 EObjectDescriptor
          An EObjectDescriptor describes a type gor an (unboxed) EObjecte.
 class FutureEObjectDescriptor
          A FutureEObjectDescriptor describes a yet-to-be-created type whose boxed and unboxed representations are the same.
 class IntegerObjectDescriptor
          An IntegerObjectDescriptor describes the unboxed representations of an OCL Integer.
 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.