| Package | Description |
|---|---|
| org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Java.MemberClassDeclaration
Representation of a 'member class declaration', i.e.
|
static class |
Java.MemberInterfaceDeclaration
Representation of a 'member interface declaration', i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Java.MemberTypeDeclaration |
Java.TypeDeclaration.getMemberTypeDeclaration(String name)
Return the member type with the given name.
|
Java.MemberTypeDeclaration |
Java.AbstractTypeDeclaration.getMemberTypeDeclaration(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Java.MemberTypeDeclaration> |
Java.TypeDeclaration.getMemberTypeDeclarations() |
Collection<Java.MemberTypeDeclaration> |
Java.AbstractTypeDeclaration.getMemberTypeDeclarations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Java.AbstractTypeDeclaration.addMemberTypeDeclaration(Java.MemberTypeDeclaration mcoid)
Adds one
Java.MemberTypeDeclaration to this type. |
Copyright © 2001–2025. All rights reserved.