All Classes and Interfaces
Class
Description
Denotes the object as being automatically convertible to
java boolean type.
Denotes the object as being automatically convertible to
java byte type.
Denotes the object as being automatically convertible to
java char type.
This class represents a classfile image in JEL.
Represents an error encountered during the compilation.
This abstract class is a superclass of every JEL-compiled expression,
each of which overrides some of the abstract methods below.
This class used for incorporating internal checks and
assertions into the code.
Denotes the object as being automatically convertible to
java double type.
Provides the information about defined dynamic variables.
This is the main frontend to JEL.
Denotes the object as being automatically convertible to
java float type.
Loads JEL-generated classes into Java VM.
Denotes the object as being automatically convertible to
java int type.
A namespace for JEL expressions.
Represents a field local to the class being compiled.
Represents a method local to the class being compiled.
Denotes the object as being automatically convertible to
java long type.
A tree node, representing an operation.
A tree node, representing binary operation.
A tree node, representing a method call (field/local variable load).
A tree node, representing conditional.
A tree node, representing loading of a constant.
A tree node, representing unary operation.
Denotes the object as being automatically convertible to
java short type.
Denotes the object as being automatically convertible to
java String type using its .toString() method.