public abstract static class ConstantPool.AbstractRefInfo extends Object implements ConstantPool.Info
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConstantPool.AbstractRefInfo.Constructor<R extends ConstantPool.AbstractRefInfo> |
| Modifier and Type | Field and Description |
|---|---|
int |
class_index |
int |
name_and_type_index |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRefInfo(int class_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 class_index
public final int name_and_type_index
protected AbstractRefInfo(int class_index,
int name_and_type_index)
public void write(DataOutput out) throws IOException
write in interface ConstantPool.InfoIOExceptionCopyright © 2021. All rights reserved.