| Package | Description |
|---|---|
| org.jsweet.transpiler |
This package contains the JSweet Java to JavaScript transpiler
implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static Java2TypeScriptTranslator.ComparisonMode |
Java2TypeScriptTranslator.ComparisonMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Java2TypeScriptTranslator.ComparisonMode[] |
Java2TypeScriptTranslator.ComparisonMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Java2TypeScriptTranslator.enterComparisonMode(Java2TypeScriptTranslator.ComparisonMode comparisonMode)
Selects a comparison mode for subsequently printed comparison operators.
|