| java.lang.Object org.codehaus.janino.IClassLoader org.codehaus.janino.JavaSourceIClassLoader
Constructor Summary | |
public | JavaSourceIClassLoader(ResourceFinder sourceFinder, String optionalCharacterEncoding, Set unitCompilers, IClassLoader optionalParentIClassLoader) Notice that the unitCompilers set is both read and written
by the
JavaSourceIClassLoader : As it searches for
IClass es, it looks
into unitCompilers for class declarations, and as it opens,
scans and parses compilation units on-the-fly, it adds them to
unitCompilers . |
JavaSourceIClassLoader | public JavaSourceIClassLoader(ResourceFinder sourceFinder, String optionalCharacterEncoding, Set unitCompilers, IClassLoader optionalParentIClassLoader)(Code) | | Notice that the unitCompilers set is both read and written
by the
JavaSourceIClassLoader : As it searches for
IClass es, it looks
into unitCompilers for class declarations, and as it opens,
scans and parses compilation units on-the-fly, it adds them to
unitCompilers .
|
|
|