Interface SynchronizedStatementTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
SynchronizedStatementTreeImpl

@Beta public interface SynchronizedStatementTree extends StatementTree
'synchronized' statement. JLS 14.19
   synchronized ( expression() ) block()
 
Since:
Java 1.3