Uses of Class
org.codehaus.commons.compiler.AbstractJavaSourceClassLoader
Packages that use AbstractJavaSourceClassLoader
Package
Description
This package declares interfaces for the implementation of an
IExpressionEvaluator
, an IScriptEvaluator
, an
IClassBodyEvaluator
and an ISimpleCompiler
.An implementation of the
org.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).The core of the Janino Java compiler.
-
Uses of AbstractJavaSourceClassLoader in org.codehaus.commons.compiler
Methods in org.codehaus.commons.compiler that return AbstractJavaSourceClassLoaderModifier and TypeMethodDescriptionAbstractCompilerFactory.newJavaSourceClassLoader()
AbstractCompilerFactory.newJavaSourceClassLoader
(ClassLoader parentClassLoader) ICompilerFactory.newJavaSourceClassLoader()
ICompilerFactory.newJavaSourceClassLoader
(ClassLoader parentClassLoader) -
Uses of AbstractJavaSourceClassLoader in org.codehaus.commons.compiler.jdk
Subclasses of AbstractJavaSourceClassLoader in org.codehaus.commons.compiler.jdkModifier and TypeClassDescriptionclass
AClassLoader
that loads classes by looking for their source files through a "source path" and compiling them on-the-fly.Methods in org.codehaus.commons.compiler.jdk that return AbstractJavaSourceClassLoaderModifier and TypeMethodDescriptionCompilerFactory.newJavaSourceClassLoader()
CompilerFactory.newJavaSourceClassLoader
(ClassLoader parentClassLoader) -
Uses of AbstractJavaSourceClassLoader in org.codehaus.janino
Subclasses of AbstractJavaSourceClassLoader in org.codehaus.janinoModifier and TypeClassDescriptionclass
AJavaSourceClassLoader
that uses a resource storage provided by the application to cache compiled classes and thus saving unnecessary recompilations.class
AClassLoader
that, unlike usualClassLoader
s, does not load byte code, but reads Java source code and then scans, parses, compiles and loads it into the virtual machine.Methods in org.codehaus.janino that return AbstractJavaSourceClassLoaderModifier and TypeMethodDescriptionCompilerFactory.newJavaSourceClassLoader()
CompilerFactory.newJavaSourceClassLoader
(ClassLoader parentClassLoader)