| Package | Description |
|---|---|
| org.sonar.java.ast.visitors | |
| org.sonar.java.model | |
| 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 |
|---|---|
void |
SonarSymbolTableVisitor.visitImport(ImportTree tree) |
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaTree.ImportTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<ImportTree> |
JavaTree.CompilationUnitTreeImpl.imports() |
| 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 | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitImport(ImportTree tree) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportTree> |
CompilationUnitTree.imports() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitImport(ImportTree tree) |
void |
TreeVisitor.visitImport(ImportTree tree) |
Copyright © 2012–2015 SonarSource. All rights reserved.