| 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 |
StringEnumAdapter.substituteCaseStatementPattern(CaseElement caseStatement,
ExtendedElement pattern)
Special case for the case statement patter.
|
boolean |
PrinterAdapter.substituteCaseStatementPattern(CaseElement caseStatement,
ExtendedElement pattern)
Substitutes if necessary the pattern of a case statement.
|