public static class ClassFile.ConstantUtf8Info extends ClassFile.ConstantPoolInfo
| Constructor | Description |
|---|---|
ConstantUtf8Info(String s) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getString() |
|
int |
hashCode() |
|
boolean |
isWide() |
|
void |
store(DataOutputStream dos) |
Stores this CP entry into the given
DataOutputStream. |
public ConstantUtf8Info(String s)
public String getString()
ClassFile.ConstantUtf8Infopublic boolean isWide()
isWide in class ClassFile.ConstantPoolInfopublic void store(DataOutputStream dos) throws IOException
ClassFile.ConstantPoolInfoDataOutputStream.
See JVMS7 4.4.1 and following
store in class ClassFile.ConstantPoolInfoIOExceptionCopyright © 2001–2019. All rights reserved.