| 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 |
|---|---|
EvaluationResult |
JSweetTranspiler.eval(String engineName,
TranspilationHandler transpilationHandler,
SourceFile... sourceFiles)
Evaluates the given source files with the given evaluation engine.
|
EvaluationResult |
JSweetTranspiler.eval(TranspilationHandler transpilationHandler,
SourceFile... sourceFiles)
Evaluates the given Java source files with the default JavaScript engine
(Nashorn).
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult |
JavaScriptEval.performEval(Collection<File> jsFiles) |
EvaluationResult |
JavaEval.performEval(SourceFile[] sourceFiles) |
| Modifier and Type | Field and Description |
|---|---|
static EvaluationResult |
EvaluationResult.VOID |