Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Modifier and Type | Interface and Description |
---|---|
interface |
IConstructorDeclaration
Representation of a constructor declaration.
|
interface |
IFunctionDeclaration
Representation of a function declaration.
|
Modifier and Type | Method and Description |
---|---|
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
Supported:
ISingleNameReference
ILocalDeclaration
|
Modifier and Type | Method and Description |
---|---|
boolean |
InferredType.containsMethod(IAbstractFunctionDeclaration inMethod) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.