Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
|
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 |
static class |
Java.ConstructorDeclarator |
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 (JLS2 8.6) or static initializer (JLS2 8.7).
|
static class |
Java.MemberClassDeclaration |
static class |
Java.MemberInterfaceDeclaration |
static class |
Java.MethodDeclarator |
Modifier and Type | Method and Description |
---|---|
void |
Java.ClassDeclaration.addVariableDeclaratorOrInitializer(Java.TypeBodyDeclaration tbd) |
Copyright © 2001–2014. All rights reserved.