Uses of Interface
org.sonar.plugins.java.api.tree.SynchronizedStatementTree
Packages that use SynchronizedStatementTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of SynchronizedStatementTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type SynchronizedStatementTreeModifier and TypeMethodDescriptionvoid
StatementVisitor.visitSynchronizedStatement
(SynchronizedStatementTree tree) -
Uses of SynchronizedStatementTree in org.sonar.java.model.statement
Classes in org.sonar.java.model.statement that implement SynchronizedStatementTree -
Uses of SynchronizedStatementTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type SynchronizedStatementTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitSynchronizedStatement
(SynchronizedStatementTree tree) void
TreeVisitor.visitSynchronizedStatement
(SynchronizedStatementTree tree)