| Package | Description |
|---|---|
| org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Visitor.ComprehensiveVisitor
|
static interface |
Visitor.TypeBodyDeclarationVisitor
The visitor for all kinds of
Java.TypeBodyDeclarations (declarations that may appear in the body of a
type declaration). |
| Modifier and Type | Class and Description |
|---|---|
class |
UnparseVisitor
A visitor that unparses (un-compiles) an AST to a
Writer. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Java.FunctionDeclarator.accept(Visitor.FunctionDeclaratorVisitor visitor)
Invokes the '
visit...()' method of Visitor.FunctionDeclaratorVisitor for the concrete
Java.FunctionDeclarator type. |
void |
Java.ConstructorDeclarator.accept(Visitor.FunctionDeclaratorVisitor visitor) |
void |
Java.MethodDeclarator.accept(Visitor.FunctionDeclaratorVisitor visitor) |
Copyright © 2001–2025. All rights reserved.