@Beta public interface FunctionDeclarationTree extends StatementTree, FunctionTree
function name() ( parameters() ) body()
function * name() ( parameters() ) body()
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
body() |
SyntaxToken |
functionKeyword() |
IdentifierTree |
name() |
ParameterListTree |
parameters() |
SyntaxToken |
starToken() |
SyntaxToken functionKeyword()
@Nullable SyntaxToken starToken()
IdentifierTree name()
ParameterListTree parameters()
parameters in interface FunctionTreeBlockTree body()
body in interface FunctionTreeCopyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.