public class ConstantPool.InvokeDynamicInfo extends ConstantPool.Entry
Constructor and Description |
---|
InvokeDynamicInfo(short bootstrap_method_attr_index,
short name_and_type_index) |
Modifier and Type | Method and Description |
---|---|
short |
getBootstrapMethodsIndex() |
ConstantPool.NameAndTypeInfo |
getNameAndTypeInfo() |
void |
writeData(DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
getEntryIndex, getTag
public InvokeDynamicInfo(short bootstrap_method_attr_index, short name_and_type_index)
public ConstantPool.NameAndTypeInfo getNameAndTypeInfo()
public short getBootstrapMethodsIndex()
public void writeData(DataOutputStream dos) throws IOException
ConstantPool.Entry
writeData
in class ConstantPool.Entry
dos
- DataOutputStream usedIOException
- on IOExceptionCopyright © 2017. All rights reserved.