| Package | Description |
|---|---|
| org.sonar.java.resolve | |
| org.sonar.plugins.java.api.semantic |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AnnotationValueResolve |
| Modifier and Type | Method | Description |
|---|---|---|
List<SymbolMetadata.AnnotationValue> |
AnnotationInstanceResolve.values() |
|
List<SymbolMetadata.AnnotationValue> |
SymbolMetadataResolve.valuesForAnnotation(String fullyQualifiedNameOfAnnotation) |
| Modifier and Type | Method | Description |
|---|---|---|
List<SymbolMetadata.AnnotationValue> |
SymbolMetadata.AnnotationInstance.values() |
Annotation values for this annotation.
|
List<SymbolMetadata.AnnotationValue> |
SymbolMetadata.valuesForAnnotation(String fullyQualifiedNameOfAnnotation) |
Get the annotation values for the specified annotation.
|
Copyright © 2012–2018 SonarSource. All rights reserved.