| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| org.jsweet.transpiler.util |
This package contains utilities for the JSweet transpiler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalBeforeTranslationScanner
This AST scanner performs global analysis and fills up the context with
information that will be used by the translator.
|
class |
Java2TypeScriptTranslator
This is a TypeScript printer for translating the Java AST to a TypeScript
program.
|
class |
OverloadScanner
This AST scanner detects method overloads and gather them into
OverloadScanner.Overload objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTreePrinter
A tree printer is a kind of tree scanner specialized in pretty printing the
scanned AST of a compilation unit (source file).
|