Package Name | Comment |
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
The package comprises a scanner ({@link org.codehaus.janino.Scanner}, a parser
({@link org.codehaus.janino.Parser}) and a class file library. The parser builds a
syntax tree from the "Java.*" classes that represents the parsed code. The
{@link org.codehaus.janino.UnitCompiler#compileUnit} method compiles this syntax
tree into a {@link org.codehaus.janino.util.ClassFile} object, which can write
JavaTM bytecode to an "OutputStream".
|
org.codehaus.janino.samples |
Sample applications for the Janino JavaTM compiler.
|
org.codehaus.janino.tools |
Auxiliary command line tools related to JANINO.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
org.codehaus.janino.util.enumerator |
Representation of enumerators and enumerator sets.
|
org.codehaus.janino.util.iterator |
Some generic {@link java.util.Iterator}-related helper classes.
|
org.codehaus.janino.util.resource |
Classes related to loading "resources"
({@link org.codehaus.janino.util.resource.ResourceFinder}) and
creating resources
({@link org.codehaus.janino.util.resource.ResourceCreator}).
|