Download List

專案描述

JEL (Java Expressions Library) is a library for evaluating simple single-line expressions in Java. The key feature of JEL is the fact that it is a compiler. The language of JEL expressions resembles the Java Language expressions as close as possible. JEL supports all Java primitive types and classes (even in the form of constants), allows one to call both static and virtual methods of Java classes (with no additinal runtime costs and no wrappers), and performs evaluation of constant subexpressions at a compile time.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-02-21 03:48
0.9.7

Fixes for a number of bugs (some critical), improved compilation performance, and reduced library size.
標籤: Major bugfixes

2001-01-30 15:13
0.9.6

Automatic unwrapping of designated objects to strings, and a couple of minor bugfixes.

2001-01-30 15:13
0.9.5

A fix was made for the bug which prevented the methods in classes implementing one of JEL reflection interfaces from being called properly.

2001-01-30 15:13
0.9.4

Automatic unwrapping of Java reflection objects to corresponding primitive types, a greatly expanded testsuite, and bugfixes.

2001-01-30 15:13
0.9.3

An interface to dynamic variables was added, which allows you to add new variables to JEL without supplying the class file defining them. Automatic unwrapping of objects to primitive types was added. Compiler error messages are now in a separate file, ready for internationalization. The manual was substantially revised and improved.

Project Resources