ojvm.operations
Class ClassLoading

java.lang.Object
  |
  +--ojvm.operations.ClassLoading

public class ClassLoading
extends java.lang.Object

Maintains a hashtable of loaded classes. If a class is not found initiates reading, verifying, and loading of the class. File created June 14, 2000


Constructor Summary
ClassLoading(ControlUnit cu)
           
 
Method Summary
 InternalClass findClass(Descriptor classDesc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoading

public ClassLoading(ControlUnit cu)
Method Detail

findClass

public InternalClass findClass(Descriptor classDesc)
                        throws LinkE