@Beta public interface FunctionExpressionTree extends ExpressionTree, FunctionTree
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
body() |
SyntaxToken |
functionKeyword() |
IdentifierTree |
name() |
ParameterListTree |
parameterClause() |
SyntaxToken |
starToken() |
typesaccept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentasyncToken, parameterList, scopeSyntaxToken functionKeyword()
@Nullable SyntaxToken starToken()
@Nullable IdentifierTree name()
name in interface FunctionTreeParameterListTree parameterClause()
parameterClause in interface FunctionTreeBlockTree body()
body in interface FunctionTreeCopyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.