Package | Description |
---|---|
io.vertx.codetrans | |
io.vertx.codetrans.expression | |
io.vertx.codetrans.lang.kotlin | |
io.vertx.codetrans.lang.scala |
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,
io.vertx.codegen.type.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) |
Modifier and Type | Method and Description |
---|---|
void |
KotlinCodeWriter.renderIdentifier(String name,
VariableScope scope) |
StatementModel |
KotlinCodeBuilder.variableDecl(VariableScope scope,
io.vertx.codegen.type.TypeInfo type,
String name,
ExpressionModel initializer) |
Modifier and Type | Method and Description |
---|---|
StatementModel |
ScalaCodeBuilder.variableDecl(VariableScope scope,
io.vertx.codegen.type.TypeInfo type,
String name,
ExpressionModel initializer) |
Copyright © 2018. All rights reserved.