| Class | Description | 
|---|---|
| ClassFile | This class represents a classfile image in JEL. | 
| CompiledExpression | This abstract class is a superclass of every JEL-compiled expression,
 each of which overrides some of the abstract methods below. | 
| DVMap | Provides the information about defined dynamic variables. | 
| Evaluator | This is the main frontend to JEL. | 
| ImageLoader | Loads JEL-generated classes into Java VM. | 
| 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 | |
| TableWriter | 
| Exception | Description | 
|---|---|
| CompilationException | Represents an error encountered during the compilation. | 
Copyright © 1998-2016 Konstantin L. Metlov All Rights Reserved.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the JEL manual.