|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Member
Interface representing members of class files (that is, fields and methods).
| Method Summary | |
|---|---|
int |
getAccessFlags()
Get the field access_flags. |
AttributeList |
getAttributes()
Get the field attributes (along with
attributes_count). |
CstType |
getDefiningClass()
Get the defining class. |
CstString |
getDescriptor()
Get the field descriptor_index of the member. |
CstString |
getName()
Get the field name_index of the member. |
CstNat |
getNat()
Get the name and type associated with this member. |
| Method Detail |
|---|
CstType getDefiningClass()
non-null; the defining classint getAccessFlags()
access_flags.
CstString getName()
name_index of the member. This is
just a convenient shorthand for getNat().getName().
non-null; the nameCstString getDescriptor()
descriptor_index of the member. This is
just a convenient shorthand for getNat().getDescriptor().
non-null; the descriptorCstNat getNat()
name_index and
descriptor_index in the original classfile, interpreted
via the constant pool.
non-null; the name and typeAttributeList getAttributes()
attributes (along with
attributes_count).
non-null; the constant pool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||