| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSweetContext.addAnnotationManager(AnnotationManager annotationManager)
Adds an annotation manager that will tune (add or remove) annotations on the
AST.
|
void |
JSweetContext.removeAnnotationManager(AnnotationManager annotationManager)
Removes the given annotation manager from the existing annotation manager
chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrinterAdapter.addAnnotationManager(AnnotationManager annotationManager)
Adds an annotation manager that will tune (add or remove) annotations on the
AST.
|