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