Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Modifier and Type | Method and Description |
---|---|
IArgument[] |
IAbstractFunctionDeclaration.getArguments()
Get the function arguments
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.endVisit(IArgument argument) |
void |
IAbstractFunctionDeclaration.setArguments(IArgument[] args)
Set the function arguments
|
boolean |
ASTVisitor.visit(IArgument argument) |
Modifier and Type | Method and Description |
---|---|
protected void |
InferEngine.handleFunctionDeclarationArgument(IArgument declaredArgument,
IExpression sentArgument) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.