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
|
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 |
---|---|
void |
Java.TypeDeclaration.accept(Visitor.TypeDeclarationVisitor visitor)
Invokes the '
visit...() ' method of Visitor.TypeDeclarationVisitor for the concrete Java.TypeDeclaration type. |
void |
Java.AnonymousClassDeclaration.accept(Visitor.TypeDeclarationVisitor visitor) |
void |
Java.MemberClassDeclaration.accept(Visitor.TypeDeclarationVisitor visitor) |
void |
Java.LocalClassDeclaration.accept(Visitor.TypeDeclarationVisitor visitor) |
void |
Java.PackageMemberClassDeclaration.accept(Visitor.TypeDeclarationVisitor visitor) |
void |
Java.MemberInterfaceDeclaration.accept(Visitor.TypeDeclarationVisitor visitor) |
void |
Java.PackageMemberInterfaceDeclaration.accept(Visitor.TypeDeclarationVisitor visitor) |
Copyright © 2001–2016. All rights reserved.