@Beta public interface MethodDeclarationTree extends FunctionTree
name()parameterClause()body()staticname()parameterClause()body()*name()parameterClause()body()
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
body() |
List<DecoratorTree> |
decorators() |
Tree |
name() |
ParameterListTree |
parameterClause() |
SyntaxToken |
starToken() |
SyntaxToken |
staticToken() |
asyncToken, parameterList, scopeaccept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentList<DecoratorTree> decorators()
@Nullable SyntaxToken staticToken()
@Nullable SyntaxToken starToken()
Tree name()
name in interface FunctionTreeParameterListTree parameterClause()
parameterClause in interface FunctionTreeBlockTree body()
body in interface FunctionTreeCopyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.