| Package | Description |
|---|---|
| org.sonar.java | |
| org.sonar.java.ast.visitors | |
| org.sonar.java.model.declaration | |
| org.sonar.java.resolve | |
| org.sonar.java.signature | |
| 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.visitMethod(MethodTree tree) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AccessorVisitor.isAccessor(ClassTree classTree,
MethodTree methodTree) |
boolean |
PublicApiChecker.isPublicApi(ClassTree classTree,
MethodTree methodTree) |
int |
ComplexityVisitor.scan(ClassTree classTree,
MethodTree tree) |
void |
SonarSymbolTableVisitor.visitMethod(MethodTree tree) |
void |
PublicApiChecker.visitMethod(MethodTree tree) |
void |
StatementVisitor.visitMethod(MethodTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitMethod(MethodTree tree) |
void |
FirstPass.visitMethod(MethodTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static MethodSignature |
MethodSignatureScanner.scan(MethodTree methodTree) |
| Constructor and Description |
|---|
MethodSignatureScanner(MethodTree methodTree) |
| Modifier and Type | Method and Description |
|---|---|
int |
JavaFileScannerContext.getMethodComplexity(ClassTree enclosingClass,
MethodTree methodTree) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitMethod(MethodTree tree) |
void |
TreeVisitor.visitMethod(MethodTree tree) |
Copyright © 2012–2015 SonarSource. All rights reserved.