Package org.sonar.plugins.java.api.tree
Interface ArrayDimensionTree
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ArrayDimensionTreeImpl
Describe an array dimension.
JLS 15.10.1
annotations()
[expression()
]
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
annotations
List<AnnotationTree> annotations() -
openBracketToken
SyntaxToken openBracketToken() -
expression
-
closeBracketToken
SyntaxToken closeBracketToken()
-