Uses of Interface
org.sonar.plugins.java.api.tree.NewClassTree
-
Packages that use NewClassTree 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. -
-
Uses of NewClassTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type NewClassTree Modifier and Type Method Description void
PublicApiChecker. visitNewClass(NewClassTree tree)
-
Uses of NewClassTree in org.sonar.java.matcher
Methods in org.sonar.java.matcher with parameters of type NewClassTree Modifier and Type Method Description boolean
MethodMatcherCollection. anyMatch(NewClassTree newClassTree)
boolean
MethodMatcher. matches(NewClassTree newClassTree)
-
Uses of NewClassTree in org.sonar.java.model.declaration
Methods in org.sonar.java.model.declaration that return NewClassTree Modifier and Type Method Description NewClassTree
EnumConstantTreeImpl. initializer()
-
Uses of NewClassTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement NewClassTree Modifier and Type Class Description class
NewClassTreeImpl
-
Uses of NewClassTree in org.sonar.java.resolve
Methods in org.sonar.java.resolve with parameters of type NewClassTree Modifier and Type Method Description void
TypeAndReferenceSolver. visitNewClass(NewClassTree tree)
-
Uses of NewClassTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return NewClassTree Modifier and Type Method Description NewClassTree
EnumConstantTree. initializer()
Methods in org.sonar.plugins.java.api.tree with parameters of type NewClassTree Modifier and Type Method Description void
BaseTreeVisitor. visitNewClass(NewClassTree tree)
void
TreeVisitor. visitNewClass(NewClassTree tree)
-