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

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

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

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type IInferenceFile
 int InferrenceProvider.applysTo(IInferenceFile scriptFile)
          Determine if this inference provider applies to a script
 int DefaultInferrenceProvider.applysTo(IInferenceFile scriptFile)
           
 InferrenceProvider[] InferrenceManager.getInferenceProviders(IInferenceFile script)