Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IClass.IConstructor |
Representation of a constructor of an
IClass . |
class |
IClass.IField |
Representation of a field of this
IClass . |
class |
IClass.IInvocable |
Base class for
IClass.IConstructor and IClass.IMethod . |
class |
IClass.IMethod |
Representation of a method in an
IClass . |
static class |
UnitCompiler.SimpleIField |
Short-hand implementation of
IClass.IField that implements a non-constant, non-static,
package-accessible field. |
Copyright © 2001–2019. All rights reserved.