Uses of Interface
org.sonar.plugins.java.api.tree.NewArrayTree
Packages that use NewArrayTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of NewArrayTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement NewArrayTree -
Uses of NewArrayTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type NewArrayTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitNewArray
(NewArrayTree tree) void
TreeVisitor.visitNewArray
(NewArrayTree tree)