Class Summary |
CompiledExpression |
The superclass of every compiled expression. |
Evaluator |
This is the main front end to JEL. |
ExpressionBits |
This class handles storage of compiled expressions, their instantiation
and naming. |
ExpressionImage |
This class is responsible for generating valid Java class files based on
a sequence of calls to it's methods (asm_XXXX family of methods). |
Library |
A Library of the methods, callable from compiled expressions. |
Optimizer |
This class handles storage of the expressions automatic widening type
conversions and optimizations. |
StringLib |
String manipulation library for JEL. |