| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronizedStatement.Builder |
| Constructor and Description |
|---|
SynchronizedStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
abstract com.google.common.collect.ImmutableList<Statement> |
body() |
static SynchronizedStatement.Builder |
builder() |
abstract Expr |
lock() |
public abstract Expr lock()
public abstract com.google.common.collect.ImmutableList<Statement> body()
public void accept(AstNodeVisitor visitor)
AstNodepublic static SynchronizedStatement.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.