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