| Constructor and Description |
|---|
FieldInfo(ClassFile classFile,
int access_flags,
int name_index,
int descriptor_index,
AttributeInfo... attributes) |
FieldInfo(DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAccess_flags() |
int |
getAttributes_count() |
AttributeInfo[] |
getAttributes() |
int |
getDescriptor_index() |
int |
getName_index() |
int |
hashCode() |
void |
write(DataOutput out) |
public FieldInfo(ClassFile classFile, int access_flags, int name_index, int descriptor_index, AttributeInfo... attributes)
public FieldInfo(DataInput in)
throws IOException
IOExceptionpublic void write(DataOutput out)
throws IOException
public int getAccess_flags()
public AttributeInfo[] getAttributes()
public int getAttributes_count()
public int getDescriptor_index()
public int getName_index()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object