Uses of Interface
org.sonar.plugins.java.api.tree.NewClassTree
Packages that use NewClassTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
Provides interfaces to represent Java source code as syntax tree.
-
Uses of NewClassTree in org.sonar.java.matcher
Methods in org.sonar.java.matcher with parameters of type NewClassTreeModifier and TypeMethodDescriptionboolean
MethodMatchersBuilder.matches(NewClassTree newClassTree)
boolean
MethodMatchersList.matches(NewClassTree newClassTree)
boolean
NoneMethodMatchers.matches(NewClassTree newClassTree)
-
Uses of NewClassTree in org.sonar.java.model.declaration
Methods in org.sonar.java.model.declaration that return NewClassTree -
Uses of NewClassTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement NewClassTree -
Uses of NewClassTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic with parameters of type NewClassTree -
Uses of NewClassTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return NewClassTreeMethods in org.sonar.plugins.java.api.tree with parameters of type NewClassTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitNewClass(NewClassTree tree)
void
TreeVisitor.visitNewClass(NewClassTree tree)