public interface FunctionTree extends Tree
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
asyncToken() |
Tree |
body() |
Tree |
name() |
Tree |
parameterClause() |
List<BindingElementTree> |
parameterList() |
Scope |
scope() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent@Nullable SyntaxToken asyncToken()
Tree parameterClause()
Tree body()
List<BindingElementTree> parameterList()
Scope scope()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.