| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Java.MemberAnnotationTypeDeclaration
Representation of a member annotation type declaration, a.k.a.
|
static class |
Java.MemberClassDeclaration
Representation of a "member class declaration", i.e. a class declaration that appears inside another class or
interface declaration.
|
static class |
Java.MemberEnumDeclaration
Representation of a "member enum declaration", i.e. an enum declaration that appears inside another class or
interface declaration.
|
static class |
Java.MemberInterfaceDeclaration
Representation of a "member interface declaration", i.e. an interface declaration that appears inside another
class or interface declaration.
|
| Modifier and Type | Method and Description |
|---|---|
Java.MemberTypeDeclaration |
Java.TypeDeclaration.getMemberTypeDeclaration(String name)
Returns 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. |
| Modifier and Type | Method and Description |
|---|---|
Java.MemberTypeDeclaration |
DeepCopier.copyMemberAnnotationTypeDeclaration(Java.MemberAnnotationTypeDeclaration subject) |
Java.MemberTypeDeclaration |
DeepCopier.copyMemberClassDeclaration(Java.MemberClassDeclaration subject) |
Java.MemberTypeDeclaration |
DeepCopier.copyMemberEnumDeclaration(Java.MemberEnumDeclaration subject) |
Java.MemberTypeDeclaration |
DeepCopier.copyMemberInterfaceDeclaration(Java.MemberInterfaceDeclaration subject) |
Java.MemberTypeDeclaration |
DeepCopier.copyMemberTypeDeclaration(Java.MemberTypeDeclaration subject) |
| Modifier and Type | Method and Description |
|---|---|
Java.MemberTypeDeclaration |
DeepCopier.copyMemberTypeDeclaration(Java.MemberTypeDeclaration subject) |
Copyright © 2019. All rights reserved.