| Package | Description |
|---|---|
| javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SynchStatementT |
TreeFactory.createSynchronizedStatement(ExpressionT e,
BlockStatementT child)
Creates a synchronized statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitSynchStatement(SynchStatementT tree)
Visits a SynchStatementT.
|