Package | Description |
---|---|
org.sonar.java.ast.visitors | |
org.sonar.java.matcher | |
org.sonar.java.model.declaration | |
org.sonar.java.model.expression | |
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 |
PublicApiChecker.visitNewClass(NewClassTree tree) |
Modifier and Type | Method and Description |
---|---|
boolean |
MethodMatcherCollection.anyMatch(NewClassTree newClassTree) |
boolean |
MethodMatcher.matches(NewClassTree newClassTree) |
Modifier and Type | Method and Description |
---|---|
NewClassTree |
EnumConstantTreeImpl.initializer() |
Modifier and Type | Class and Description |
---|---|
class |
NewClassTreeImpl |
Modifier and Type | Method and Description |
---|---|
void |
TypeAndReferenceSolver.visitNewClass(NewClassTree tree) |
Modifier and Type | Method and Description |
---|---|
NewClassTree |
EnumConstantTree.initializer() |
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitNewClass(NewClassTree tree) |
void |
BaseTreeVisitor.visitNewClass(NewClassTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.