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 |
IExpressionEvaluator
An engine that evaluates expressions in Java bytecode.
|
interface |
IScriptEvaluator
An engine that executes a script in Java bytecode.
|
Modifier and Type | Method and Description |
---|---|
IClassBodyEvaluator |
ICompilerFactory.newClassBodyEvaluator() |
IClassBodyEvaluator |
AbstractCompilerFactory.newClassBodyEvaluator() |
Copyright © 2016. All rights reserved.