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

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

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

Subclasses of AbstractValueDescriptor in org.eclipse.ocl.examples.codegen.java.types
 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 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 SimpleValueDescriptor
          A SimpleValueDescriptor describes a type whose boxed and unboxed representations are the same.
 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.