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' or 'org.codehaus.commons.compiler.jdk'.