public abstract static class ClassFile.ConstantPoolInfo
extends java.lang.Object
| Constructor and Description |
|---|
ConstantPoolInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
isWide() |
private static ClassFile.ConstantPoolInfo |
loadConstantPoolInfo(java.io.DataInputStream dis) |
protected abstract void |
store(java.io.DataOutputStream dos)
Stores this CP entry into the given
DataOutputStream. |
protected abstract void store(java.io.DataOutputStream dos)
throws java.io.IOException
DataOutputStream.
See JVMS7 4.4.1 and following
java.io.IOExceptionprotected abstract boolean isWide()
private static ClassFile.ConstantPoolInfo loadConstantPoolInfo(java.io.DataInputStream dis) throws java.io.IOException
java.io.IOException