| Package | Description |
|---|---|
| io.vertx.codetrans | |
| io.vertx.codetrans.expression |
| Modifier and Type | Method and Description |
|---|---|
default ExpressionModel |
CodeBuilder.identifier(String name,
VariableScope scope) |
void |
CodeWriter.renderIdentifier(String name,
VariableScope scope) |
StatementModel |
CodeBuilder.variableDecl(VariableScope scope,
TypeInfo type,
String name,
ExpressionModel initializer) |
| Modifier and Type | Method and Description |
|---|---|
static VariableScope |
VariableScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableScope[] |
VariableScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IdentifierModel(CodeBuilder builder,
String name,
VariableScope scope) |
Copyright © 2016. All rights reserved.