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