| Package | Description |
|---|---|
| org.sonar.java | |
| org.sonar.java.ast.visitors | |
| org.sonar.java.model.declaration | |
| org.sonar.java.model.expression | |
| org.sonar.java.resolve | |
| org.sonar.plugins.java.api | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaFilesCache.visitClass(ClassTree tree) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessorVisitor.isAccessor(ClassTree classTree,
MethodTree methodTree) |
boolean |
PublicApiChecker.isPublicApi(ClassTree currentClass,
ClassTree classTree) |
boolean |
PublicApiChecker.isPublicApi(ClassTree classTree,
MethodTree methodTree) |
boolean |
PublicApiChecker.isPublicApi(ClassTree classTree,
VariableTree variableTree) |
int |
ComplexityVisitor.scan(ClassTree classTree,
MethodTree tree) |
void |
SonarSymbolTableVisitor.visitClass(ClassTree tree) |
void |
PublicApiChecker.visitClass(ClassTree tree) |
void |
StatementVisitor.visitClass(ClassTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
ClassTree |
NewClassTreeImpl.classBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitClass(ClassTree tree) |
void |
FirstPass.visitClass(ClassTree tree) |
| Modifier and Type | Method and Description |
|---|---|
int |
JavaFileScannerContext.getMethodComplexity(ClassTree enclosingClass,
MethodTree methodTree) |
| Modifier and Type | Method and Description |
|---|---|
ClassTree |
NewClassTree.classBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitClass(ClassTree tree) |
void |
TreeVisitor.visitClass(ClassTree tree) |
Copyright © 2012–2015 SonarSource. All rights reserved.