@Beta public interface FieldDeclarationTree extends Tree
| Modifier and Type | Method and Description |
|---|---|
List<DecoratorTree> |
decorators() |
SyntaxToken |
equalToken() |
ExpressionTree |
initializer() |
Tree |
propertyName() |
SyntaxToken |
semicolonToken() |
SyntaxToken |
staticToken() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentList<DecoratorTree> decorators()
@Nullable SyntaxToken staticToken()
Tree propertyName()
@Nullable SyntaxToken equalToken()
@Nullable ExpressionTree initializer()
@Nullable SyntaxToken semicolonToken()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.