JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.core.infer.IInferEngine

Packages that use IInferEngine
org.eclipse.wst.jsdt.core.infer   
 

Uses of IInferEngine in org.eclipse.wst.jsdt.core.infer
 

Classes in org.eclipse.wst.jsdt.core.infer that implement IInferEngine
 class InferEngine
          The default inference engine.
 

Methods in org.eclipse.wst.jsdt.core.infer that return IInferEngine
 IInferEngine[] InferrenceManager.getInferenceEngines(org.eclipse.wst.jsdt.internal.compiler.ast.CompilationUnitDeclaration script)
           
 IInferEngine DefaultInferrenceProvider.getInferEngine()
           
 IInferEngine InferrenceProvider.getInferEngine()
          Get the inference engine for this inference provider, or null if one will not be provided.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.