public static class ClassFile.ConstantInvokeDynamicInfo extends ClassFile.ConstantPoolInfo
| Constructor and Description |
|---|
ConstantInvokeDynamicInfo(short bootstrapMethodAttrIndex,
short nameAndTypeIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
short |
getBootstrapMethodAttrIndex() |
short |
getNameAndTypeIndex() |
int |
hashCode() |
boolean |
isWide() |
void |
store(DataOutputStream dos)
Stores this CP entry into a
DataOutputStream. |
public ConstantInvokeDynamicInfo(short bootstrapMethodAttrIndex,
short nameAndTypeIndex)
public short getBootstrapMethodAttrIndex()
public short getNameAndTypeIndex()
public 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 © 2019. All rights reserved.