janino.net

Package org.codehaus.commons.compiler.jdk

Main package of the plugin.

See:
          Description

Class Summary
ByteArrayJavaFileManager<M extends JavaFileManager> A ForwardingJavaFileManager that stores ByteArrayJavaFileManager.ByteArrayJavaFileObjects in byte arrays, i.e. in memory (as opposed to the StandardJavaFileManager, which stores them in files).
ByteArrayJavaFileManager.ByteArrayJavaFileObject Byte array-based implementation of JavaFileObject.
ClassBodyEvaluator To set up a ClassBodyEvaluator object, proceed as described for IClassBodyEvaluator.
CompilerFactory The CompilerFactory implementation for org.codehaus.commons.compiler.jdk.
ExpressionEvaluator This IExpressionEvaluator is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.
JavaFileManagerClassLoader A ClassLoader that loads classes through a JavaFileManager.
JavaSourceClassLoader A ClassLoader that loads classes by looking for their source files through a 'source path' and compiling them on-the-fly.
ScriptEvaluator To set up a ScriptEvaluator object, proceed as described for IScriptEvaluator.
SimpleCompiler The JDK-based implementation of ISimpleCompiler.
 

Package org.codehaus.commons.compiler.jdk Description

Main package of the plugin.


janino.net