|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |