Uses of Interface
org.eclipse.emf.ocl.parser.TypeResolver

Packages that use TypeResolver
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation.  
 

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

Classes in org.eclipse.emf.ocl.parser that implement TypeResolver
 class TypeResolverImpl
          Default implementation of the TypeResolver interface, storing the types that it generates in the a resource to support persistence of OCLExpressions referencing these types.
 

Methods in org.eclipse.emf.ocl.parser that return TypeResolver
 TypeResolver PersistentEnvironment.getTypeResolver()
          Obtains a type resolver to be used to create (and cache) concrete bindings for the generic OCL types, based on the user model types provided by this environment.
 TypeResolver EcoreEnvironment.getTypeResolver()
           
protected  TypeResolver EcoreEnvironment.createTypeResolver()
          Creates a new type resolver for use with this environment.
 


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