public interface VariableDeclarationTree extends Tree
| Modifier and Type | Method and Description |
|---|---|
IdentifierTree |
identifier() |
Tree |
initializer() |
boolean |
isVal() |
Tree |
type() |
children, descendants, metaData, textRangeIdentifierTree identifier()
@CheckForNull Tree type()
@CheckForNull Tree initializer()
boolean isVal()
Copyright © 2009–2018 SonarSource. All rights reserved.