| Package | Description |
|---|---|
| org.sonar.java | |
| org.sonar.java.ast.visitors | |
| org.sonar.java.cfg | |
| org.sonar.java.model | |
| org.sonar.java.model.declaration | |
| org.sonar.java.resolve | |
| org.sonar.java.se | |
| org.sonar.java.signature | |
| org.sonar.plugins.java.api | |
| org.sonar.plugins.java.api.semantic |
Provides interfaces to represent Java source code as syntax tree.
|
| 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 |
|---|---|
static boolean |
AccessorsUtils.isAccessor(ClassTree classTree,
MethodTree methodTree) |
List<Tree> |
ComplexityVisitor.scan(ClassTree classTree,
MethodTree tree) |
void |
StatementVisitor.visitMethod(MethodTree tree) |
void |
PublicApiChecker.visitMethod(MethodTree tree) |
void |
SonarSymbolTableVisitor.visitMethod(MethodTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static CFG |
CFG.build(MethodTree tree) |
| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
DefaultJavaFileScannerContext.getMethodComplexityNodes(ClassTree enclosingClass,
MethodTree methodTree) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
MethodTree |
JavaSymbol.MethodJavaSymbol.declaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitMethod(MethodTree tree) |
void |
FirstPass.visitMethod(MethodTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckerDispatcher.executeCheckEndOfExecution(MethodTree tree) |
void |
CheckerDispatcher.executeCheckEndOfExecutionPath(MethodTree tree,
ConstraintManager constraintManager) |
void |
ExplodedGraphWalker.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 |
|---|---|
List<Tree> |
JavaFileScannerContext.getMethodComplexityNodes(ClassTree enclosingClass,
MethodTree methodTree) |
| Modifier and Type | Method and Description |
|---|---|
MethodTree |
Symbol.MethodSymbol.declaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitMethod(MethodTree tree) |
void |
TreeVisitor.visitMethod(MethodTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.