|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAbstractFunctionDeclaration
Abstract representation of a Function declaration.
This interface is not intended to be implemented by clients.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Field Summary |
---|
Method Summary | |
---|---|
IArgument[] |
getArguments()
Get the function arguments |
InferredMethod |
getInferredMethod()
Get the Inferred method associated with this function |
InferredType |
getInferredType()
Get the inferred return type for the function |
IJsDoc |
getJsDoc()
Get the function jsdoc |
char[] |
getName()
Get the function name |
IProgramElement[] |
getStatements()
Get the function statements |
void |
setArguments(IArgument[] args)
|
void |
setInferredType(InferredType type)
Set the return type |
Methods inherited from interface org.eclipse.wst.jsdt.core.ast.IASTNode |
---|
getASTType, sourceEnd, sourceStart, traverse |
Method Detail |
---|
void setArguments(IArgument[] args)
IArgument[] getArguments()
IJsDoc getJsDoc()
IProgramElement[] getStatements()
char[] getName()
void setInferredType(InferredType type)
inferred
- return typeInferredMethod getInferredMethod()
InferredType getInferredType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |