Uses of Class
org.eclipse.ocl.examples.codegen.java.types.AbstractDescriptor

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

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

Subclasses of AbstractDescriptor in org.eclipse.ocl.examples.codegen.java.types
 class AbstractCollectionDescriptor
          An AbstractCollectionDescriptor extends an AbstractDescriptor to describe a collection type.
 class AbstractValueDescriptor
          An AbstractValueDescriptor extends an AbstractDescriptor to describe a type for which a Java Class as well as a pivot ElementId is available.
 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 BoxedValueDescriptor
          A BoxedValueDescriptor describes a type whose boxed representation differs from its unboxed representation.
 class BoxedValuesDescriptor
          A BoxedValueDescriptor describes a type whose boxed representation differs from its unboxed representation.
 class EnumerationObjectDescriptor
          An EnumerationObjectDescriptor the unboxed representation of an Enumeration.
 class EnumerationValueDescriptor
           
 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 IntegerValueDescriptor
          An IntegerValueDescriptor describes the boxed unbounded polymorphic representation of an OCL Integer.
 class RealObjectDescriptor
          n RealObjectDescriptor describes the unboxed representations of an OCL Real.
 class RealValueDescriptor
          A RealValueDescriptor describes the boxed unbounded polymorphic representation 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.
 class UnlimitedNaturalValueDescriptor
          An UnlimitedNaturalValueDescriptor describes the boxed unbounded polymorphic representation of an OCL UnlimitedNatural.