Uses of Interface
org.codehaus.commons.compiler.ICompilerFactory
-
Packages that use ICompilerFactory Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator, anIScriptEvaluator, anIClassBodyEvaluatorand anISimpleCompiler.org.codehaus.commons.compiler.jdk Main package of the plugin.org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of ICompilerFactory in org.codehaus.commons.compiler
Classes in org.codehaus.commons.compiler that implement ICompilerFactory Modifier and Type Class Description classAbstractCompilerFactoryBase class for a simpleICompilerFactory.Methods in org.codehaus.commons.compiler that return ICompilerFactory Modifier and Type Method Description static ICompilerFactory[]CompilerFactoryFactory. getAllCompilerFactories()Finds all implementation oforg.codehaus.commons.compileron the class path, then loads and instantiates theirICompilerFactorys.static ICompilerFactoryCompilerFactoryFactory. getCompilerFactory(String compilerFactoryClassName)Loads anICompilerFactoryby class name.static ICompilerFactoryCompilerFactoryFactory. getDefaultCompilerFactory()Finds the first implementation oforg.codehaus.commons.compileron the class path, then loads and instantiates itsICompilerFactory. -
Uses of ICompilerFactory in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement ICompilerFactory Modifier and Type Class Description classCompilerFactoryTheCompilerFactoryimplementation fororg.codehaus.commons.compiler.jdk. -
Uses of ICompilerFactory in org.codehaus.janino
Classes in org.codehaus.janino that implement ICompilerFactory Modifier and Type Class Description classCompilerFactoryThe JANINO implementation ofICompilerFactory.
-