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 voidPublicApiChecker. 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 booleanMethodMatchersBuilder. matches(NewClassTree newClassTree)booleanMethodMatchersList. matches(NewClassTree newClassTree)booleanNoneMethodMatchers. 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 NewClassTreeEnumConstantTreeImpl. 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 classNewClassTreeImpl -
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 booleanMethodMatchers. 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 NewClassTreeEnumConstantTree. initializer()Methods in org.sonar.plugins.java.api.tree with parameters of type NewClassTree Modifier and Type Method Description voidBaseTreeVisitor. visitNewClass(NewClassTree tree)voidTreeVisitor. visitNewClass(NewClassTree tree)
-