-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
void
Writes the syntatically-correct Java code representation of this node.
abstract com.google.common.collect.ImmutableList<Statement>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SynchronizedStatement
public SynchronizedStatement()
-
Method Details
-
lock
public abstract Expr lock()
-
body
public abstract com.google.common.collect.ImmutableList<Statement> body()
-
accept
Description copied from interface: AstNode
Writes the syntatically-correct Java code representation of this node.
- Specified by:
accept in interface AstNode
- Specified by:
accept in interface Statement
-