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

Packages that use TypeType
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.parser   
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.operations   
org.eclipse.ocl.types.util Generated utilities for working with instances the Types model. 
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of TypeType in org.eclipse.ocl
 

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

Uses of TypeType in org.eclipse.ocl.ecore
 

Subinterfaces of TypeType in org.eclipse.ocl.ecore
 interface TypeType
          A representation of the model object 'Type Type'.
 

Uses of TypeType in org.eclipse.ocl.ecore.impl
 

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

Uses of TypeType in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return TypeType
<C,O> TypeType<C,O>
OCLFactoryImpl.createTypeType(C type)
           
 

Uses of TypeType in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type TypeType
<C,O> T
EcoreSwitch.caseTypes_TypeType(TypeType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Type Type'.
<C,O> T
EcoreSwitch.caseTypeType_1(TypeType<C,O> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseTypes_TypeType(org.eclipse.ocl.types.TypeType) method, instead.
 

Uses of TypeType in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return TypeType
<C,O> TypeType<C,O>
OCLFactoryWithHistory.createTypeType(C type)
           
 

Uses of TypeType in org.eclipse.ocl.types
 

Methods in org.eclipse.ocl.types that return TypeType
<C,O> TypeType<C,O>
TypesFactory.createTypeType()
          Returns a new object of class 'Type Type'.
 

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

Methods in org.eclipse.ocl.types.impl that return TypeType
<C,O> TypeType<C,O>
TypesFactoryImpl.createTypeType()
           
<C,O> TypeType<C,O>
TypesFactoryImpl.createTypeType(C type)
           
 

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

Methods in org.eclipse.ocl.types.operations with parameters of type TypeType
static
<C,O> java.lang.String
TemplateParameterTypeOperations.getName(TypeType<C,O> typeType)
           
static
<C,O> java.lang.String
TypeTypeOperations.getName(TypeType<C,O> typeType)
           
static
<C,O> org.eclipse.emf.common.util.EList<O>
TemplateParameterTypeOperations.oclOperations(TypeType<C,O> typeType)
           
static
<C,O> org.eclipse.emf.common.util.EList<O>
TypeTypeOperations.oclOperations(TypeType<C,O> typeType)
           
 

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

Methods in org.eclipse.ocl.types.util with parameters of type TypeType
<C,O> T
TypesSwitch.caseTypeType(TypeType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Type Type'.
 boolean TypesValidator.validateTypeType(TypeType<?,?> typeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of TypeType in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return TypeType
<C,O> TypeType<C,O>
OCLFactoryImpl.createTypeType(C type)
           
 

Uses of TypeType in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type TypeType
<C,O> T
UMLSwitch.caseTypes_TypeType(TypeType<C,O> object)
          Returns the result of interpreting the object as an instance of 'Type Type'.
<C,O> T
UMLSwitch.caseTypeType_1(TypeType<C,O> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseTypes_TypeType(org.eclipse.ocl.types.TypeType) method, instead.
 

Uses of TypeType in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return TypeType
<C,O> TypeType<C,O>
OCLFactory.createTypeType(C type)
          Returns a new object of class 'Type Type'.