Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose 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 |
---|---|
void |
UnparseVisitor.visitPackageMemberClassDeclaration(Java.PackageMemberClassDeclaration pmcd) |
void |
Visitor.TypeDeclarationVisitor.visitPackageMemberClassDeclaration(Java.PackageMemberClassDeclaration pmcd)
Invoked by
accept(Visitor.TypeDeclarationVisitor) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traversePackageMemberClassDeclaration(Java.PackageMemberClassDeclaration pmcd) |
Copyright © 2001–2016. All rights reserved.