Uses of Interface
org.sonar.plugins.java.api.tree.AnnotationTree
-
Packages that use AnnotationTree Package Description org.sonar.java.model org.sonar.java.model.declaration org.sonar.java.model.expression org.sonar.java.resolve org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of AnnotationTree in org.sonar.java.model
Methods in org.sonar.java.model that return types with arguments of type AnnotationTree Modifier and Type Method Description List<AnnotationTree>
ArrayDimensionTreeImpl. annotations()
List<AnnotationTree>
JavaTree.ArrayTypeTreeImpl. annotations()
List<AnnotationTree>
JavaTree.PackageDeclarationTreeImpl. annotations()
List<AnnotationTree>
JavaTree.ParameterizedTypeTreeImpl. annotations()
List<AnnotationTree>
JavaTree.PrimitiveTypeTreeImpl. annotations()
List<AnnotationTree>
JavaTree.UnionTypeTreeImpl. annotations()
List<AnnotationTree>
JavaTree.WildcardTreeImpl. annotations()
Method parameters in org.sonar.java.model with type arguments of type AnnotationTree Modifier and Type Method Description void
JavaTree.AnnotatedTypeTree. complete(List<AnnotationTree> annotations)
void
JavaTree.ArrayTypeTreeImpl. complete(List<AnnotationTree> typeAnnotations)
void
JavaTree.ParameterizedTypeTreeImpl. complete(List<AnnotationTree> annotations)
void
JavaTree.PrimitiveTypeTreeImpl. complete(List<AnnotationTree> annotations)
void
JavaTree.WildcardTreeImpl. complete(List<AnnotationTree> annotations)
Constructor parameters in org.sonar.java.model with type arguments of type AnnotationTree Constructor Description PackageDeclarationTreeImpl(List<AnnotationTree> annotations, SyntaxToken packageKeyword, ExpressionTree packageName, SyntaxToken semicolonToken)
-
Uses of AnnotationTree in org.sonar.java.model.declaration
Classes in org.sonar.java.model.declaration that implement AnnotationTree Modifier and Type Class Description class
AnnotationTreeImpl
Methods in org.sonar.java.model.declaration that return types with arguments of type AnnotationTree Modifier and Type Method Description List<AnnotationTree>
ModifiersTreeImpl. annotations()
List<AnnotationTree>
ModuleDeclarationTreeImpl. annotations()
Constructor parameters in org.sonar.java.model.declaration with type arguments of type AnnotationTree Constructor Description ModuleDeclarationTreeImpl(List<AnnotationTree> annotations, InternalSyntaxToken openKeyword, InternalSyntaxToken moduleKeyword, ModuleNameTree moduleName, InternalSyntaxToken openBraceToken, List<ModuleDirectiveTree> moduleDirectives, InternalSyntaxToken closeBraceToken)
-
Uses of AnnotationTree in org.sonar.java.model.expression
Methods in org.sonar.java.model.expression that return types with arguments of type AnnotationTree Modifier and Type Method Description List<AnnotationTree>
IdentifierTreeImpl. annotations()
List<AnnotationTree>
MemberSelectExpressionTreeImpl. annotations()
List<AnnotationTree>
VarTypeTreeImpl. annotations()
Method parameters in org.sonar.java.model.expression with type arguments of type AnnotationTree Modifier and Type Method Description void
IdentifierTreeImpl. complete(List<AnnotationTree> annotations)
void
MemberSelectExpressionTreeImpl. complete(List<AnnotationTree> annotations)
-
Uses of AnnotationTree in org.sonar.java.resolve
Methods in org.sonar.java.resolve with parameters of type AnnotationTree Modifier and Type Method Description void
TypeAndReferenceSolver. visitAnnotation(AnnotationTree tree)
-
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 Modifier and Type Method Description List<AnnotationTree>
ArrayDimensionTree. annotations()
List<AnnotationTree>
InferedTypeTree. annotations()
List<AnnotationTree>
ModifiersTree. annotations()
List<AnnotationTree>
ModuleDeclarationTree. annotations()
List<AnnotationTree>
PackageDeclarationTree. annotations()
List<AnnotationTree>
TypeTree. annotations()
List<AnnotationTree>
WildcardTree. annotations()
Methods in org.sonar.plugins.java.api.tree with parameters of type AnnotationTree Modifier and Type Method Description void
BaseTreeVisitor. visitAnnotation(AnnotationTree annotationTree)
void
TreeVisitor. visitAnnotation(AnnotationTree annotationTree)
-