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

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

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

Methods in org.eclipse.ocl.examples.codegen.generator that return BoxedDescriptor
 BoxedDescriptor CodeGenerator.getBoxedDescriptor(ElementId elementId)
           
 

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

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

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

Subinterfaces of BoxedDescriptor in org.eclipse.ocl.examples.codegen.java.types
 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 BoxedDescriptor
 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 EnumerationValueDescriptor
           
 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 IntegerValueDescriptor
          An IntegerValueDescriptor describes the boxed unbounded polymorphic representation of an OCL Integer.
 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 UnlimitedNaturalValueDescriptor
          An UnlimitedNaturalValueDescriptor describes the boxed unbounded polymorphic representation of an OCL UnlimitedNatural.
 

Methods in org.eclipse.ocl.examples.codegen.java.types that return BoxedDescriptor
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitClassId(ClassId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitCollectionTypeId(CollectionTypeId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitDataTypeId(DataTypeId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitEnumerationId(EnumerationId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitEnumerationLiteralId(EnumerationLiteralId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visiting(ElementId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitInvalidId(OclInvalidTypeId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitLambdaTypeId(LambdaTypeId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitMetaclassId(MetaclassId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitNestedPackageId(NestedPackageId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitNsURIPackageId(NsURIPackageId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitNullId(OclVoidTypeId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitOperationId(OperationId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitPrimitiveTypeId(PrimitiveTypeId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitPropertyId(PropertyId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitRootPackageId(RootPackageId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitTemplateableTypeId(TemplateableTypeId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitTemplateBinding(TemplateBinding id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitTemplateParameterId(TemplateParameterId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitTuplePartId(TuplePartId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitTupleTypeId(TupleTypeId id)
           
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitUnspecifiedId(UnspecifiedId id)