|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
TypeType |
TypeResolverImpl.resolveTypeType(org.eclipse.emf.ecore.EClassifier type)
|
protected TypeType |
TypeResolverImpl.createTypeType(org.eclipse.emf.ecore.EClassifier type)
Creates a new type type for the specified type ,
assuming that it does not already exist. |
protected TypeType |
TypeResolverImpl.findTypeType(org.eclipse.emf.ecore.EClassifier type)
Finds an existing type type matching the specified type ,
if any has already been created. |
TypeType |
TypeResolver.resolveTypeType(org.eclipse.emf.ecore.EClassifier type)
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()
Returns a new object of class 'Type Type' |
TypeType |
TypesFactory.createTypeType(org.eclipse.emf.ecore.EClassifier type)
|
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 | |
TypeType |
TypesFactoryImpl.createTypeType()
|
TypeType |
TypesFactoryImpl.createTypeType(org.eclipse.emf.ecore.EClassifier type)
|
static TypeType |
TypeTypeImpl.createType(org.eclipse.emf.ecore.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
Representation of the OCL predefined OclType type. |
Methods in org.eclipse.emf.ocl.types.util with parameters of type TypeType | |
java.lang.Object |
TypesSwitch.caseTypeType(TypeType object)
Returns the result of interpretting the object as an instance of 'Type Type' |
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |