public class FieldInfo extends MemberInfo
MemberInfo.Constructor<M extends MemberInfo>descriptor, nameaccess, attributes| Constructor and Description |
|---|
FieldInfo(int access_flags,
String name,
String descriptor,
Attribute[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
static FieldInfo |
read(DataInput in,
ConstantPool constant_pool) |
String |
toString() |
writepublic static FieldInfo read(DataInput in, ConstantPool constant_pool) throws IOException
IOExceptionCopyright © 2021. All rights reserved.