public abstract static class ConstantPool.AbstractDynamicInfo extends Object implements ConstantPool.Info
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConstantPool.AbstractDynamicInfo.Constructor<D extends ConstantPool.AbstractDynamicInfo> |
| Modifier and Type | Field and Description |
|---|---|
int |
bootstrap_method_attr_index |
int |
name_and_type_index |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDynamicInfo(int bootstrap_method_attr_index,
int name_and_type_index) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(DataOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittagpublic final int bootstrap_method_attr_index
public final int name_and_type_index
protected AbstractDynamicInfo(int bootstrap_method_attr_index,
int name_and_type_index)
public void write(DataOutput out) throws IOException
write in interface ConstantPool.InfoIOExceptionCopyright © 2021. All rights reserved.