Package gnu.jel


package gnu.jel
  • Class
    Description
    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.
    Provides the information about defined dynamic variables.
    This is the main frontend to JEL.
    Loads JEL-generated classes into Java VM.
    A namespace for JEL expressions.
    Represents a field local to the class being compiled.
    Represents a method local to the class being compiled.
    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.