| Package | Description |
|---|---|
| io.vertx.codetrans | |
| io.vertx.codetrans.statement |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeWriter.renderConditionals(List<ConditionalBlockModel> conditionals,
StatementModel otherwise) |
| Modifier and Type | Method and Description |
|---|---|
static StatementModel |
StatementModel.conditionals(List<ConditionalBlockModel> conditionals,
StatementModel otherwise)
Creates a
StatementModel for an 'if-then-else' conditional structure. |
Copyright © 2018 Eclipse. All rights reserved.