Uses of Interface
org.eclipse.emf.ocl.types.TypeType

Packages that use TypeType
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.emf.ocl.types Abstract API for OCL types. 
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types. 
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API. 
 

Uses of TypeType in org.eclipse.emf.ocl.parser
 

Methods in org.eclipse.emf.ocl.parser that return TypeType
protected  TypeType TypeResolverImpl.createTypeType(EClassifier type)
          Deprecated. Creates a new type type for the specified type, assuming that it does not already exist.
protected  TypeType TypeResolverImpl.findTypeType(EClassifier type)
          Deprecated. Finds an existing type type matching the specified type, if any has already been created.
 TypeType TypeResolverImpl.resolveTypeType(EClassifier type)
          Deprecated.  
 TypeType TypeResolver.resolveTypeType(EClassifier type)
          Deprecated. Resolves the type for a type expression referencing the specified type.
 

Uses of TypeType in org.eclipse.emf.ocl.types
 

Methods in org.eclipse.emf.ocl.types that return TypeType
 TypeType TypesFactory.createTypeType()
          Deprecated. Returns a new object of class 'Type Type'
 TypeType TypesFactory.createTypeType(EClassifier type)
          Deprecated.  
 

Uses of TypeType in org.eclipse.emf.ocl.types.impl
 

Classes in org.eclipse.emf.ocl.types.impl that implement TypeType
 class TypeTypeImpl
          An implementation of the model object 'Type Type'
 

Fields in org.eclipse.emf.ocl.types.impl declared as TypeType
static TypeType TypeTypeImpl.INSTANCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return TypeType
static TypeType TypeTypeImpl.createType(EClassifier type)
           
 TypeType TypesFactoryImpl.createTypeType()
           
 TypeType TypesFactoryImpl.createTypeType(EClassifier type)
           
 

Uses of TypeType in org.eclipse.emf.ocl.types.util
 

Fields in org.eclipse.emf.ocl.types.util declared as TypeType
static TypeType Types.OCL_TYPE
          Deprecated. Representation of the OCL predefined OclType type.
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type TypeType
 T TypesSwitch.caseTypeType(TypeType object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Type Type'
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.