| 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 |
Java2TypeScriptAdapter.substituteForEachLoop(ForeachLoopElement foreachLoop,
boolean targetHasLength,
String indexVarName) |
boolean |
PrinterAdapter.substituteForEachLoop(ForeachLoopElement foreachLoop,
boolean targetHasLength,
String indexVarName)
Substitutes if necessary the given foreach loop.
|
boolean |
RemoveJavaDependenciesAdapter.substituteForEachLoop(ForeachLoopElement foreachLoop,
boolean targetHasLength,
String indexVarName) |