Uses of Interface
org.eclipse.ocl.TypeChecker

Packages that use TypeChecker
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.internal.evaluation   
 

Uses of TypeChecker in org.eclipse.ocl
 

Subinterfaces of TypeChecker in org.eclipse.ocl
static interface TypeChecker.Cached<C,O,P>
          The extended Cached interface supports dynamic dsiaptch and more focussed lookups.
 

Classes in org.eclipse.ocl that implement TypeChecker
 class AbstractTypeChecker<C,O,P,PM>
           Implementation of the TypeChecker interface which offers the default implementation for the type checking system.
 

Methods in org.eclipse.ocl that return TypeChecker
protected  TypeChecker<C,O,P> AbstractEnvironment.createTypeChecker()
          Creates my extensible type checker utility when it is first needed.
protected  TypeChecker<C,O,P> AbstractEnvironment.getTypeChecker()
          Obtains my extensible type checker utility.
 

Uses of TypeChecker in org.eclipse.ocl.internal.evaluation
 

Classes in org.eclipse.ocl.internal.evaluation that implement TypeChecker
 class BasicTypeChecker<C,O,P,PM>
           
 class CachedTypeChecker<C,O,P,PM>