Package org.sonar.plugins.java.api.tree
Interface AnnotationTree
-
- All Superinterfaces:
ExpressionTree
,ModifierTree
,Tree
- All Known Implementing Classes:
AnnotationTreeImpl
@Beta public interface AnnotationTree extends ExpressionTree, ModifierTree
Annotation. JLS 9.7@
annotationType()
@
annotationType()
(arguments()
)- Since:
- Java 1.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeTree
annotationType()
Arguments
arguments()
SyntaxToken
atToken()
-
Methods inherited from interface org.sonar.plugins.java.api.tree.ExpressionTree
symbolType
-
-
-
-
Method Detail
-
atToken
SyntaxToken atToken()
-
annotationType
TypeTree annotationType()
-
arguments
Arguments arguments()
-
-