| Modifier and Type | Class and Description |
|---|---|
static class |
BlockStatement.Builder |
| Constructor and Description |
|---|
BlockStatement() |
| 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 BlockStatement.Builder |
builder() |
abstract boolean |
isStatic() |
public abstract com.google.common.collect.ImmutableList<Statement> body()
public abstract boolean isStatic()
public void accept(AstNodeVisitor visitor)
AstNodepublic static BlockStatement.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.