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, getTagpublic 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.EntrywriteData in class ConstantPool.Entrydos - DataOutputStream usedIOException - on IOExceptionCopyright © 2017. All rights reserved.