JavaScript Development Tools
Release 3.2

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 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)
           
protected  IAbstractFunctionDeclaration InferEngine.getFunction(IExpression expression)
          Finds a Function Declaration on the context from the name represented with the expression Currently, only SNR are supported
 

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


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.