| Package | Description |
|---|---|
| org.sonar.java.model | |
| org.sonar.java.model.declaration | |
| org.sonar.java.resolve | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationTree> |
JavaTree.CompilationUnitTreeImpl.packageAnnotations() |
| Constructor and Description |
|---|
JavaTree.CompilationUnitTreeImpl(ExpressionTree packageName,
List<ImportTree> imports,
List<Tree> types,
List<AnnotationTree> packageAnnotations,
List<com.sonar.sslr.api.AstNode> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationTree> |
ModifiersTreeImpl.annotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitAnnotation(AnnotationTree tree) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationTree> |
ModifiersTree.annotations() |
List<AnnotationTree> |
CompilationUnitTree.packageAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitAnnotation(AnnotationTree annotationTree) |
void |
TreeVisitor.visitAnnotation(AnnotationTree annotationTree) |
Copyright © 2012–2015 SonarSource. All rights reserved.