| Package | Description |
|---|---|
| org.codehaus.commons.compiler |
This package declares interfaces for the implementation of an
IExpressionEvaluator, an IScriptEvaluator, an
IClassBodyEvaluator and an ISimpleCompiler. |
| 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 JVM bytecode.
|
interface |
IScriptEvaluator
An engine that executes a script in JVM 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. |
Copyright © 2019. All rights reserved.