public class FieldDef extends Definition
| Modifier and Type | Field and Description |
|---|---|
Set<Access> |
accessFlags |
Attribute[] |
attributes |
String |
name |
ClassRef |
type |
| Constructor and Description |
|---|
FieldDef(Input src) |
FieldDef(Set<Access> accessFlags,
String name,
ClassRef type) |
| Modifier and Type | Method and Description |
|---|---|
FieldRef |
reference(ClassRef owner) |
String |
toString() |
void |
write(Output dest) |
public final String name
public final ClassRef type
public Attribute[] attributes
public FieldDef(Input src) throws IOException
IOExceptionpublic void write(Output dest) throws IOException
IOExceptionCopyright © 1998–2017 1&1. All rights reserved.