| Package | Description |
|---|---|
| io.vertx.codetrans | |
| io.vertx.codetrans.lang.kotlin | |
| io.vertx.codetrans.lang.scala |
| Modifier and Type | Method and Description |
|---|---|
static RenderMode |
RenderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderMode[] |
RenderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CodeBuilder.render(RunnableCompilationUnit unit,
RenderMode renderMode) |
String |
CodeTranslator.translate(ExecutableElement methodElt,
boolean isVerticle,
Lang lang,
RenderMode renderMode) |
| Modifier and Type | Method and Description |
|---|---|
String |
KotlinCodeBuilder.render(RunnableCompilationUnit unit,
RenderMode renderMode) |
| Modifier and Type | Method and Description |
|---|---|
String |
ScalaCodeBuilder.render(RunnableCompilationUnit unit,
RenderMode renderMode) |
Copyright © 2018 Eclipse. All rights reserved.