Uses of Interface
org.sonar.plugins.java.api.tree.ProvidesDirectiveTree
-
Packages that use ProvidesDirectiveTree Package Description org.sonar.java.model.declaration org.sonar.plugins.java.api.tree 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 Modifier and Type Class Description class
ProvidesDirectiveTreeImpl
-
Uses of ProvidesDirectiveTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type ProvidesDirectiveTree Modifier and Type Method Description void
BaseTreeVisitor. visitProvidesDirective(ProvidesDirectiveTree tree)
void
TreeVisitor. visitProvidesDirective(ProvidesDirectiveTree tree)
-