| 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 |
|---|---|
abstract AnnotationManager.Action |
AnnotationManager.manageAnnotation(Element element,
String annotationType)
Manages the given annotation type, by returning one of the possible
actions (see
AnnotationManager.Action). |
static AnnotationManager.Action |
AnnotationManager.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationManager.Action[] |
AnnotationManager.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|