Class Summary |
ClassFile |
This class represents a classfile image in JEL. |
CompiledExpression |
The superclass of every compiled expression. |
DVMap |
Provides the information about defined dynamic variables. |
Evaluator |
This is the main front end to JEL. |
ImageLoader |
Loads the JEL generated classes into memory. |
Library |
A namespace for JEL expressions. |
LocalField |
Represents a field local to the class being compiled. |
LocalMethod |
Represents a method local to the class being compiled. |
OP |
A tree node, representing an operation. |
OPbinary |
A tree node, representing binary operation. |
OPcall |
A tree node, representing a method call (field/local variable load). |
OPcondtnl |
A tree node, representing conditional. |
OPload |
A tree node, representing loading of a constant. |
OPunary |
A tree node, representing unary operation. |
Parser |
|
TableKeeper |
|