Uses of Interface
org.eclipse.wst.jsdt.core.ast.IFunctionCall

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

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

Subinterfaces of IFunctionCall in org.eclipse.wst.jsdt.core.ast
 interface IJsDocMessageSend
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type IFunctionCall
 void ASTVisitor.endVisit(IFunctionCall messageSend)
           
 boolean ASTVisitor.visit(IFunctionCall functionCall)
           
 

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

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type IFunctionCall
 boolean InferEngine.visit(IFunctionCall functionCall)