| Package | Description |
|---|---|
| com.google.api.generator.engine.ast |
| Modifier and Type | Method and Description |
|---|---|
IfStatement.Builder |
IfStatement.Builder.addElseIf(Expr conditionExpr,
List<Statement> body) |
static IfStatement.Builder |
IfStatement.builder() |
abstract IfStatement.Builder |
IfStatement.Builder.setBody(List<Statement> body) |
abstract IfStatement.Builder |
IfStatement.Builder.setConditionExpr(Expr expr) |
abstract IfStatement.Builder |
IfStatement.Builder.setElseBody(List<Statement> elseBody) |
Copyright © 2022 Google LLC. All rights reserved.