koala.dynamicjava.interpreter
Class TreeCompiler.ClassInfoLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended bykoala.dynamicjava.interpreter.TreeCompiler.ClassInfoLoader
Enclosing class:
TreeCompiler

protected class TreeCompiler.ClassInfoLoader
extends java.lang.ClassLoader

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

TreeCompiler.ClassInfoLoader

protected TreeCompiler.ClassInfoLoader()
Method Detail

findClass

protected java.lang.Class findClass(java.lang.String name)
                             throws java.lang.ClassNotFoundException
Finds the specified class.

Parameters:
name - the name of the class
Returns:
the resulting Class object
Throws:
java.lang.ClassNotFoundException - if the class could not be find


Copyright © 2001 Stephane Hillion. All Rights Reserved.