@Beta public interface ArrowFunctionTree extends ExpressionTree
parameters()=>conciseBody()
This interface is not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
Tree |
conciseBody()
Either
BlockTree or ExpressionTree |
SyntaxToken |
doubleArrow() |
Tree |
parameters()
|
typesTree parameters()
SyntaxToken doubleArrow()
Tree conciseBody()
BlockTree or ExpressionTreeCopyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.