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

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

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

Subinterfaces of IAbstractFunctionDeclaration in org.eclipse.wst.jsdt.core.ast
 interface IAnnotationFunctionDeclaration
           This interface is not intended to be implemented by clients.
 interface IConstructorDeclaration
          Representation of a constructor declaration.
 interface IFunctionDeclaration
          Representation of a function declaration.
 

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

Methods in org.eclipse.wst.jsdt.core.infer that return IAbstractFunctionDeclaration
 IAbstractFunctionDeclaration InferredType.declarationOf(org.eclipse.wst.jsdt.internal.compiler.lookup.MethodBinding methodBinding)
           
 

Methods in org.eclipse.wst.jsdt.core.infer with parameters of type IAbstractFunctionDeclaration
 boolean InferredType.containsMethod(IAbstractFunctionDeclaration inMethod)