| Package | Description |
|---|---|
| org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Visitor.ComprehensiveVisitor |
|
static interface |
Visitor.ElementValueVisitor |
The visitor for all kinds of
Java.ElementValues. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UnparseVisitor |
A visitor that unparses (un-compiles) an AST to a
Writer. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Java.Annotation.accept(Visitor.AnnotationVisitor visitor) |
|
void |
Java.MarkerAnnotation.accept(Visitor.AnnotationVisitor visitor) |
|
void |
Java.NormalAnnotation.accept(Visitor.AnnotationVisitor visitor) |
|
void |
Java.SingleElementAnnotation.accept(Visitor.AnnotationVisitor visitor) |
Copyright © 2001–2019. All rights reserved.