org.sonar.plugins.java.api.tree
Interface SynchronizedStatementTree
- All Superinterfaces:
- StatementTree, Tree
@Beta
public interface SynchronizedStatementTree
- extends StatementTree
'synchronized' statement.
JLS 14.19
synchronized ( expression() ) block()
- Since:
- Java 1.3
| Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree |
Tree.Kind |
| Methods inherited from interface org.sonar.plugins.java.api.tree.Tree |
accept, is |
expression
ExpressionTree expression()
block
BlockTree block()
Copyright © 2012-2014 SonarSource. All Rights Reserved.