| Package | Description |
|---|---|
| org.codehaus.commons.compiler |
This package declares interfaces for the implementation of an
IExpressionEvaluator, an IScriptEvaluator, an
IClassBodyEvaluator and an ISimpleCompiler. |
| org.codehaus.commons.compiler.jdk |
Main package of the plugin.
|
| org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExpressionEvaluator
An engine that evaluates expressions in Java™ bytecode.
|
interface |
IScriptEvaluator
An engine that executes a script in Java™ bytecode.
|
| Modifier and Type | Method and Description |
|---|---|
IClassBodyEvaluator |
ICompilerFactory.newClassBodyEvaluator() |
IClassBodyEvaluator |
AbstractCompilerFactory.newClassBodyEvaluator() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassBodyEvaluator
To set up a
ClassBodyEvaluator object, proceed as described for IClassBodyEvaluator. |
class |
ExpressionEvaluator
This
IExpressionEvaluator is implemented by creating and compiling a temporary compilation unit defining one
class with one static method with one RETURN statement. |
class |
ScriptEvaluator
To set up a
ScriptEvaluator object, proceed as described for IScriptEvaluator. |
| Modifier and Type | Method and Description |
|---|---|
IClassBodyEvaluator |
CompilerFactory.newClassBodyEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
IClassBodyEvaluator |
CompilerFactory.newClassBodyEvaluator() |
Copyright © 2001–2025. All rights reserved.