ClassFile.ConstantClassInfo
, ClassFile.ConstantFieldrefInfo
, ClassFile.ConstantInterfaceMethodrefInfo
, ClassFile.ConstantMethodrefInfo
, ClassFile.ConstantNameAndTypeInfo
, ClassFile.ConstantUtf8Info
, ClassFile.ConstantValuePoolInfo
public abstract static class ClassFile.ConstantPoolInfo extends Object
Constructor | Description |
---|---|
ConstantPoolInfo() |
Modifier and Type | Method | 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–2019. All rights reserved.