Package | Description |
---|---|
org.sonar.java | |
org.sonar.java.ast.visitors | |
org.sonar.java.model | |
org.sonar.java.model.declaration | |
org.sonar.java.model.expression | |
org.sonar.java.resolve | |
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.visitClass(ClassTree tree) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AccessorsUtils.isAccessor(ClassTree classTree,
MethodTree methodTree) |
void |
StatementVisitor.visitClass(ClassTree tree) |
void |
SonarSymbolTableVisitor.visitClass(ClassTree tree) |
void |
PublicApiChecker.visitClass(ClassTree tree) |
Modifier and Type | Method and Description |
---|---|
List<Tree> |
DefaultJavaFileScannerContext.getMethodComplexityNodes(ClassTree enclosingClass,
MethodTree methodTree) |
Modifier and Type | Class and Description |
---|---|
class |
ClassTreeImpl |
Modifier and Type | Method and Description |
---|---|
ClassTree |
NewClassTreeImpl.classBody() |
Modifier and Type | Method and Description |
---|---|
ClassTree |
JavaSymbol.TypeJavaSymbol.declaration() |
ClassTree |
JavaSymbol.TypeVariableJavaSymbol.declaration() |
ClassTree |
JavaSymbol.WildcardSymbol.declaration() |
Modifier and Type | Method and Description |
---|---|
void |
TypeAndReferenceSolver.visitClass(ClassTree tree) |
void |
LambdaBlockReturnVisitor.visitClass(ClassTree tree) |
void |
FirstPass.visitClass(ClassTree tree) |
Modifier and Type | Method and Description |
---|---|
List<Tree> |
JavaFileScannerContext.getMethodComplexityNodes(ClassTree enclosingClass,
MethodTree methodTree)
Deprecated.
use
JavaFileScannerContext.getComplexityNodes(Tree) instead |
Modifier and Type | Method and Description |
---|---|
ClassTree |
Symbol.TypeSymbol.declaration() |
Modifier and Type | Method and Description |
---|---|
ClassTree |
NewClassTree.classBody() |
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitClass(ClassTree tree) |
void |
BaseTreeVisitor.visitClass(ClassTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.