| Package | Description |
|---|---|
| io.vertx.codetrans | |
| io.vertx.codetrans.lang.groovy | |
| io.vertx.codetrans.lang.js | |
| io.vertx.codetrans.lang.ruby |
| Modifier and Type | Method and Description |
|---|---|
static Map<Lang,Result> |
ConvertingProcessor.convert(ClassLoader loader,
List<Lang> langs,
String source,
String fqn,
String method) |
static Map<Lang,Result> |
ConvertingProcessor.convertFromFiles(ClassLoader loader,
List<Lang> lang,
String file,
String fqn,
String method) |
Map<Lang,Result> |
ConvertingProcessor.getResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
CodeTranslator.translate(ExecutableElement methodElt,
Lang lang) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Lang,Result> |
ConvertingProcessor.convert(ClassLoader loader,
List<Lang> langs,
String source,
String fqn,
String method) |
static Map<Lang,Result> |
ConvertingProcessor.convertFromFiles(ClassLoader loader,
List<Lang> lang,
String file,
String fqn,
String method) |
| Constructor and Description |
|---|
ModelBuilder(com.sun.source.util.Trees trees,
com.sun.source.util.TreePath path,
DeclaredType systemType,
DeclaredType throwableType,
TypeMirrorFactory factory,
Types typeUtils,
Lang lang) |
| Constructor and Description |
|---|
ConvertingProcessor(List<Lang> langs,
String fqn,
String method) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyLang |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaScriptLang |
| Modifier and Type | Class and Description |
|---|---|
class |
RubyLang |
Copyright © 2016. All rights reserved.