@Exported public interface SynchronizedTree extends StatementTree
synchronized
statement.
For example:
synchronized ( expression ) block
Modifier and Type | Method and Description |
---|---|
BlockTree |
getBlock()
Returns the block of the
synchronized statement. |
ExpressionTree |
getExpression()
Returns the expression on which to synchronize.
|
ExpressionTree getExpression()
BlockTree getBlock()
synchronized
statement.
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b88