Constructor.paramcp constant pool reference super(cp);
super(cp);
Returns class name.returnclass name resolve(); return name;
resolve(); return name;
Parses constant pool entry.paramdis input streamthrowsIOException if I/O exception occurs name_index = dis.readUnsignedShort();
name_index = dis.readUnsignedShort();
Resolves the constant pool entry. if (! resolved) { name = cp.getConstantUtf8(name_index).getString(); resolved = true; }
if (! resolved) { name = cp.getConstantUtf8(name_index).getString(); resolved = true; }