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