public abstract static class ClassFile.ConstantPoolInfo extends Object
Constructor and Description |
---|
ConstantPoolInfo() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
isWide() |
protected abstract void |
store(DataOutputStream dos)
Stores this CP entry into the given
DataOutputStream . |
protected abstract void store(DataOutputStream dos) throws IOException
DataOutputStream
.
See JVMS7 4.4.1 and following
IOException
protected abstract boolean isWide()
Copyright © 2001–2016. All rights reserved.