| Package | Description |
|---|---|
| org.jsweet.transpiler.extension |
This package contains the basic extensions of the JSweet transpiler, as
printer adapters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MapAdapter.substituteNewClass(NewClassElement newClass)
When one of the types in
MapAdapter.mapTypes is found, instantiates an ES6
map. |
boolean |
Java2TypeScriptAdapter.substituteNewClass(NewClassElement newClassElement) |
boolean |
PrinterAdapter.substituteNewClass(NewClassElement newClass)
To override to tune the printing of a new class expression.
|
boolean |
BigDecimalAdapter.substituteNewClass(NewClassElement newClass) |
boolean |
RemoveJavaDependenciesAdapter.substituteNewClass(NewClassElement newClass) |