Uses of Interface
org.sonar.plugins.java.api.tree.AnnotationTree

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)
           
 



Copyright © 2012-2014 SonarSource. All Rights Reserved.