| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| org.jsweet.transpiler.extension |
This package contains the basic extensions of the JSweet transpiler, as
printer adapters.
|
| Modifier and Type | Method and Description |
|---|---|
Java2TypeScriptTranslator |
JSweetFactory.createTranslator(PrinterAdapter adapter,
TranspilationHandler transpilationHandler,
JSweetContext context,
com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilationUnit,
boolean fillSourceMap)
Creates the core translator or any subclass.
|
| Modifier and Type | Method and Description |
|---|---|
Java2TypeScriptTranslator |
Java2TypeScriptAdapter.getPrinter() |