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.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. -
-
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
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 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.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic with parameters of type NewClassTree Modifier and Type Method Description boolean
MethodMatchers. matches(NewClassTree newClassTree)
-
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)
-