Class SynchronizedStmt

All Implemented Interfaces:
NodeWithBlockStmt<SynchronizedStmt>, NodeWithExpression<SynchronizedStmt>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class SynchronizedStmt extends Statement implements NodeWithBlockStmt<SynchronizedStmt>, NodeWithExpression<SynchronizedStmt>
Usage of the synchronized keyword.
In synchronized (a123) { ... } the expression is a123 and { ... } is the body
Author:
Julio Vilmar Gesser