ojvm.loading
Class CPClassEntry

java.lang.Object
  |
  +--ojvm.loading.CPEntry
        |
        +--ojvm.loading.CPClassEntry

public class CPClassEntry
extends CPEntry

Constant pool entry for classes. In a first pass read the name_index in the constant pool being constructed. In a second pass after the entire constant pool has been constructed resolve the index to an actual descriptor. File created June 12, 2000


Method Summary
 Descriptor getDesc()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDesc

public Descriptor getDesc()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object