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