public abstract class MemberInfo extends ElementInfo
| Modifier and Type | Class and Description |
|---|---|
static interface |
MemberInfo.Constructor<M extends MemberInfo> |
| Modifier and Type | Field and Description |
|---|---|
String |
descriptor |
String |
name |
access, attributes| Modifier | Constructor and Description |
|---|---|
protected |
MemberInfo(int access,
String name,
String descriptor,
Attribute[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(DataOutput out,
ConstantPool constant_pool) |
public void write(DataOutput out, ConstantPool constant_pool) throws IOException
IOExceptionCopyright © 2021. All rights reserved.