| Constructor and Description |
|---|
GeneralForStatement() |
| 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 GeneralForStatement |
incrementWith(VariableExpr localVariableExpr,
ValueExpr initialValueExpr,
Expr maxSizeExpr,
List<Statement> body) |
abstract Expr |
initializationExpr() |
abstract Expr |
terminationExpr() |
abstract Expr |
updateExpr() |
public abstract Expr initializationExpr()
public abstract Expr terminationExpr()
public abstract Expr updateExpr()
public abstract com.google.common.collect.ImmutableList<Statement> body()
public void accept(AstNodeVisitor visitor)
AstNodepublic static GeneralForStatement incrementWith(VariableExpr localVariableExpr, ValueExpr initialValueExpr, Expr maxSizeExpr, List<Statement> body)
Copyright © 2022 Google LLC. All rights reserved.