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

Packages that use InferredMethod
org.eclipse.wst.jsdt.core.ast   
org.eclipse.wst.jsdt.core.infer   
 

Uses of InferredMethod in org.eclipse.wst.jsdt.core.ast
 

Methods in org.eclipse.wst.jsdt.core.ast that return InferredMethod
 InferredMethod IAbstractFunctionDeclaration.getInferredMethod()
          Get the Inferred method associated with this function
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type InferredMethod
 boolean ASTVisitor.visit(InferredMethod inferredMethod)
           
 

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

Methods in org.eclipse.wst.jsdt.core.infer that return InferredMethod
 InferredMethod InferredType.addMethod(char[] methodName, IFunctionDeclaration functionDeclaration, boolean isConstructor)
          Add a new method to the inferred type
 InferredMethod InferredType.findMethod(char[] methodName, IFunctionDeclaration methodDeclaration)
          Find an inferred method