Package org.sonar.plugins.java.api.tree
Interface AnnotationTree
- All Superinterfaces:
ExpressionTree,ModifierTree,Tree
- All Known Implementing Classes:
AnnotationTreeImpl
Annotation.
JLS 9.7
@annotationType()@annotationType()(arguments())
- Since:
- Java 1.5
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.java.api.tree.ExpressionTree
asConstant, asConstant, symbolType
-
Method Details
-
atToken
SyntaxToken atToken() -
annotationType
TypeTree annotationType() -
arguments
Arguments arguments()
-