Joj - Java Version of Java News
Status: Alpha
Brought to you by:
barrygently
Version 0.1 is now available.
The object model is just about done. Note: the interfaces in package org.joj.code model the Java constructs rather than being an exact representation of the source code. As such local variables (and field declarations) are each represented by a separate object rather than one declaration having multiple parts. Also, the use (or lack thereof) of brackets is not recorded so if the source is re-constructed then it won't be an accurate representation of the input source (but the point of JoJ is NOT to provide an exact model of the source, rather it models the constructs used in the source).... read more