| 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.TypeBodyDeclarationVisitor |
The visitor for all kinds of
Java.TypeBodyDeclarations (declarations that may appear in the body of a
type declaration). |
| 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.ConstructorDeclarator.accept(Visitor.FunctionDeclaratorVisitor visitor) |
|
abstract void |
Java.FunctionDeclarator.accept(Visitor.FunctionDeclaratorVisitor visitor) |
Invokes the '
visit...()' method of Visitor.FunctionDeclaratorVisitor for the concrete
Java.FunctionDeclarator type. |
void |
Java.MethodDeclarator.accept(Visitor.FunctionDeclaratorVisitor visitor) |
Copyright © 2001–2019. All rights reserved.