Uses of Interface
org.sonar.plugins.java.api.semantic.SymbolMetadata.AnnotationInstance
Packages that use SymbolMetadata.AnnotationInstance
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of SymbolMetadata.AnnotationInstance in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return SymbolMetadata.AnnotationInstanceMethods in org.sonar.plugins.java.api.semantic that return types with arguments of type SymbolMetadata.AnnotationInstanceModifier and TypeMethodDescriptionSymbolMetadata.annotations()The list of all annotations found on this symbol, including annotations that are present on the parametrized types.SymbolMetadata.symbolAnnotations()The list of annotations that applies exactly on this symbol.Methods in org.sonar.plugins.java.api.semantic with parameters of type SymbolMetadata.AnnotationInstanceModifier and TypeMethodDescriptionSymbolMetadata.findAnnotationTree(SymbolMetadata.AnnotationInstance annotationInstance)