| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| org.jsweet.transpiler.eval | |
| org.jsweet.transpiler.util |
This package contains utilities for the JSweet transpiler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranspilationHandler.onCompleted(JSweetTranspiler transpiler,
boolean fullPass,
SourceFile[] files)
This method is invoked when the tranpilation process ends.
|
| Constructor and Description |
|---|
JavaEval(JSweetTranspiler transpiler,
EvalOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDelegatedTranspilationHandler.onCompleted(JSweetTranspiler transpiler,
boolean fullPass,
SourceFile[] files) |
void |
ConsoleTranspilationHandler.onCompleted(JSweetTranspiler transpiler,
boolean fullPass,
SourceFile[] files) |