Skip navigation links

Package org.codehaus.janino

The core of the Janino JavaTM compiler.

See: Description

Package org.codehaus.janino Description

The core of the Janino JavaTM compiler.

The package comprises a scanner (Scanner, a parser (Parser) and a class file library. The parser builds a syntax tree from the "Java.*" classes that represents the parsed code. The UnitCompiler.compileUnit(boolean, boolean, boolean) method compiles this syntax tree into a ClassFile object, which can write JVM bytecode to an OutputStream.

This package implements the org.codehaus.commons.compiler API.

Skip navigation links

Copyright © 2019. All rights reserved.