|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICookable | |
|---|---|
| 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 | |
| Uses of ICookable in org.codehaus.commons.compiler |
|---|
| Subinterfaces of ICookable in org.codehaus.commons.compiler | |
|---|---|
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. |
| Classes in org.codehaus.commons.compiler that implement ICookable | |
|---|---|
class |
Cookable
|
| Uses of ICookable in org.codehaus.commons.compiler.jdk |
|---|
| Classes in org.codehaus.commons.compiler.jdk that implement ICookable | |
|---|---|
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||