| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected Java.PackageMemberClassDeclaration |
ClassBodyEvaluator.addPackageMemberClassDeclaration(Location location,
Java.CompilationUnit compilationUnit)
To the given
Java.CompilationUnit, add
A class declaration with the configured name, superclass and interfaces
A method declaration with the given return type, name, parameter names and values and thrown exceptions
|
| Modifier and Type | Method and Description |
|---|---|
R |
Visitor.TypeDeclarationVisitor.visitPackageMemberClassDeclaration(Java.PackageMemberClassDeclaration pmcd)
Invoked by
accept(Visitor.TypeDeclarationVisitor) |
| Modifier and Type | Method and Description |
|---|---|
Java.TypeDeclaration |
DeepCopier.copyPackageMemberClassDeclaration(Java.PackageMemberClassDeclaration subject) |
Copyright © 2019. All rights reserved.