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

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

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

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type InferOptions
 void InferEngine.initializeOptions(InferOptions options)
          Overriden by client who wish to update the infer options
 

Constructors in org.eclipse.wst.jsdt.core.infer with parameters of type InferOptions
InferEngine(InferOptions inferOptions)