| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Java.MemberTypeDeclaration
Represents a class or interface declaration where the immediately enclosing scope is another class or interface
declaration.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Java.AbstractTypeBodyDeclaration
Abstract implementation of
Java.TypeBodyDeclaration. |
static class |
Java.ConstructorDeclarator
Representation of a constructor declarator.
|
static class |
Java.FieldDeclaration
This class is derived from "Statement", because it provides for the initialization of the field.
|
static class |
Java.FunctionDeclarator
Abstract base class for
Java.ConstructorDeclarator and Java.MethodDeclarator. |
static class |
Java.Initializer
Representation of an "instance initializer" (JLS7 8.6) or "static initializer" (JLS7 8.7).
|
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.
|
static class |
Java.MethodDeclarator
Representation of a method declarator.
|
| Modifier and Type | Method and Description |
|---|---|
Java.TypeBodyDeclaration |
DeepCopier.copyTypeBodyDeclaration(Java.TypeBodyDeclaration subject) |
| Modifier and Type | Method and Description |
|---|---|
Java.TypeBodyDeclaration |
DeepCopier.copyTypeBodyDeclaration(Java.TypeBodyDeclaration subject) |
void |
Traverser.visitTypeBodyDeclaration(Java.TypeBodyDeclaration tbd) |
void |
AbstractTraverser.visitTypeBodyDeclaration(Java.TypeBodyDeclaration tbd) |
Copyright © 2019. All rights reserved.