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 | Method | Description |
---|---|---|
ISimpleCompiler |
AbstractCompilerFactory.newSimpleCompiler() |
|
ISimpleCompiler |
ICompilerFactory.newSimpleCompiler() |
Modifier and Type | Class | 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 . |
class |
SimpleCompiler |
The JDK-based implementation of
ISimpleCompiler . |
Modifier and Type | Method | Description |
---|---|---|
ISimpleCompiler |
CompilerFactory.newSimpleCompiler() |
Modifier and Type | Class | 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 |
A number of "convenience constructors" exist that execute the setup steps instantly.
|
class |
SimpleCompiler |
To set up a
SimpleCompiler object, proceed as described for ISimpleCompiler . |
Modifier and Type | Method | Description |
---|---|---|
ISimpleCompiler |
CompilerFactory.newSimpleCompiler() |
Copyright © 2001–2019. All rights reserved.