Home » openjdk-7 » com.sun.source » tree » [javadoc | source]
com.sun.source.tree
public interface: SynchronizedTree [javadoc | source]

All Implemented Interfaces:
    StatementTree

All Known Implementing Classes:
    JCSynchronized

A tree node for a 'synchronized' statement. For example:
  synchronized ( expression )
      block
Method from com.sun.source.tree.SynchronizedTree Summary:
getBlock,   getExpression
Method from com.sun.source.tree.SynchronizedTree Detail:
 public BlockTree getBlock()
 public ExpressionTree getExpression()