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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IClassBodyEvaluator
Parses a class body and returns it as a
Class object ready for use with
java.lang.reflect. |
interface |
IExpressionEvaluator
An engine that evaluates expressions in Java™ bytecode.
|
interface |
IScriptEvaluator
An engine that executes a script in Java™ bytecode.
|
interface |
ISimpleCompiler
A simplified Java™ compiler that can compile only a single compilation unit.
|
Modifier and Type | Class and Description |
---|---|
class |
Cookable
Base class for a simple
ICookable . |
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 . |
class |
SimpleCompiler
The JDK-based implementation of
ISimpleCompiler . |
Copyright © 2001–2016. All rights reserved.