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.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.endVisit(ILocalDeclaration localDeclaration) |
boolean |
ASTVisitor.visit(ILocalDeclaration localDeclaration) |
Modifier and Type | Method and Description |
---|---|
void |
InferEngine.endVisit(ILocalDeclaration localDeclaration) |
protected boolean |
InferEngine.handleLocalDeclarationExpressionType(ILocalDeclaration localDeclaration) |
boolean |
InferEngine.visit(ILocalDeclaration localDeclaration) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.