|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationTree | |
|---|---|
| org.sonar.plugins.java.api.tree | Provides interfaces to represent Java source code as abstract syntax trees (AST). |
| Uses of AnnotationTree in org.sonar.plugins.java.api.tree |
|---|
| Methods in org.sonar.plugins.java.api.tree that return types with arguments of type AnnotationTree | |
|---|---|
List<AnnotationTree> |
ModifiersTree.annotations()
|
List<AnnotationTree> |
CompilationUnitTree.packageAnnotations()
|
| Methods in org.sonar.plugins.java.api.tree with parameters of type AnnotationTree | |
|---|---|
void |
BaseTreeVisitor.visitAnnotation(AnnotationTree annotationTree)
|
void |
TreeVisitor.visitAnnotation(AnnotationTree annotationTree)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||