|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.ClassLoader
koala.dynamicjava.interpreter.TreeCompiler.ClassInfoLoader
To load class infos instead of classes
| Constructor Summary | |
protected |
TreeCompiler.ClassInfoLoader()
|
| Method Summary | |
protected java.lang.Class |
findClass(java.lang.String name)
Finds the specified class. |
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected TreeCompiler.ClassInfoLoader()
| Method Detail |
protected java.lang.Class findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
name - the name of the class
Class object
java.lang.ClassNotFoundException - if the class could not be find
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||