| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassBodyEvaluator
The
optionalClassLoader serves two purposes:
It is used to look for classes referenced by the class body. |
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
An implementation of
IScriptEvaluator that utilizes the JANINO Java compiler. |
| Modifier and Type | Method and Description |
|---|---|
SimpleCompiler |
SimpleCompiler.options(EnumSet<JaninoOption> options)
Sets the options for all future compilations.
|
Copyright © 2019. All rights reserved.