Interface ICompilerFactory

All Known Implementing Classes:
AbstractCompilerFactory, CompilerFactory, CompilerFactory

public interface ICompilerFactory
An entity that produces implementations of IExpressionEvaluator, IScriptEvaluator, IClassBodyEvaluator, ISimpleCompiler or AbstractJavaSourceClassLoader.

Implementations of this interface are, e.g. org.codehaus.janino and org.codehaus.commons.compiler.jdk.