- 所有超级接口:
-
StatementTree
,Tree
用于
synchronized
语句的树节点。例如:
synchronized ( 表达式 ) 块
- 参见 Java 语言规范:
-
14.19 synchronized 语句
- 自版本:
- 1.6
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getExpression
ExpressionTree getExpression()返回要同步的表达式。- 返回:
- 表达式
-
getBlock
BlockTree getBlock()返回synchronized
语句的块。- 返回:
- 块
-