| 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.
|
| org.jsweet.transpiler.util |
This package contains utilities for the JSweet transpiler.
|
| Class and Description |
|---|
| AnnotationManager
This class has to be overridden to adapt the way annotations are introspected
on the Java AST.
|
| PrinterAdapter
A printer adapter, which can be overridden to change the default printer
behavior.
|
| Class and Description |
|---|
| AnnotationManager
This class has to be overridden to adapt the way annotations are introspected
on the Java AST.
|
| AnnotationManager.Action
The action to be returned by the manager to add or remove annotations.
|
| Java2TypeScriptAdapter
This is an adapter for the TypeScript code generator.
|
| PrinterAdapter
A printer adapter, which can be overridden to change the default printer
behavior.
|
| RemoveJavaDependenciesAdapter
An adapter that removes many uses of Java APIs and replace them with
JavaScript equivalent when possible.
|
| Class and Description |
|---|
| PrinterAdapter
A printer adapter, which can be overridden to change the default printer
behavior.
|