Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
Java.MemberTypeDeclaration |
Java.AbstractTypeDeclaration.getMemberTypeDeclaration(String name) |
|
Java.MemberTypeDeclaration |
Java.TypeDeclaration.getMemberTypeDeclaration(String name) |
Return the member type with the given name.
|
Modifier and Type | Method | Description |
---|---|---|
Collection<Java.MemberTypeDeclaration> |
Java.AbstractTypeDeclaration.getMemberTypeDeclarations() |
|
Collection<Java.MemberTypeDeclaration> |
Java.TypeDeclaration.getMemberTypeDeclarations() |
Modifier and Type | Method | Description |
---|---|---|
void |
Java.AbstractTypeDeclaration.addMemberTypeDeclaration(Java.MemberTypeDeclaration mcoid) |
Adds one
Java.MemberTypeDeclaration to this type. |
Copyright © 2001–2019. All rights reserved.