Uses of Class
org.eclipse.wst.jsdt.core.infer.InferEngine

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

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

Methods in org.eclipse.wst.jsdt.core.infer that return InferEngine
 InferEngine InferOptions.createEngine()
           
 InferEngine[] InferrenceManager.getInferenceEngines(org.eclipse.wst.jsdt.internal.compiler.ast.CompilationUnitDeclaration script)
           
 InferEngine InferrenceProvider.getInferEngine()
          Get the inference engine for this inference provider
 InferEngine DefaultInferrenceProvider.getInferEngine()