stringValue = s;
return the value associated with the entry return stringValue;
return stringValue;
b.writeBytes(stringValue);
int count = input.readShort(); // Is this chars or bytes? StringBuffer b = new StringBuffer(); for (int i=0; i < count; i++) { b.append(input.readChar()); } return new ConstUnicode (b.toString());
The tag of this constant entry /* public accessors */ return MyTag;
/* public accessors */ return MyTag;
A printable representation return "CONSTANTUnicode(" + indexAsString() + "): " + stringValue;//NOI18N
return "CONSTANTUnicode(" + indexAsString() + "): " + stringValue;//NOI18N