Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Modifier and Type | Interface and Description |
---|---|
interface |
IArgument
Representation of a function argument
This interface is not intended to be implemented by clients.
|
interface |
IFieldDeclaration
This interface is not intended to be implemented by clients.
|
interface |
IInitializer
This interface is not intended to be implemented by clients.
|
interface |
ILocalDeclaration
Representation of a local var declaration.
|
Modifier and Type | Method and Description |
---|---|
protected IAbstractVariableDeclaration |
InferEngine.getVariable(IExpression expression)
Finds a Var Declaration on the context from the name represented with the expression
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.