@Beta public interface ArrowFunctionTree extends ExpressionTree, FunctionTree
parameterClause()=>body()
This interface is not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
Tree |
body()
Either
BlockTree or ExpressionTree |
SyntaxToken |
doubleArrow() |
Tree |
parameterClause()
|
typesasyncToken, parameterListTree parameterClause()
parameterClause in interface FunctionTreeSyntaxToken doubleArrow()
Tree body()
BlockTree or ExpressionTreebody in interface FunctionTreeCopyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.