Methods Summary |
---|
public int | getAccessFlags()Get the field access_flags .
|
public AttributeList | getAttributes()Get the field attributes (along with
attributes_count ).
|
public com.android.dx.rop.cst.CstType | getDefiningClass()Get the defining class.
|
public com.android.dx.rop.cst.CstUtf8 | getDescriptor()Get the field descriptor_index of the member. This is
just a convenient shorthand for getNat().getDescriptor() .
|
public com.android.dx.rop.cst.CstUtf8 | getName()Get the field name_index of the member. This is
just a convenient shorthand for getNat().getName() .
|
public com.android.dx.rop.cst.CstNat | getNat()Get the name and type associated with this member. This is a
combination of the fields name_index and
descriptor_index in the original classfile, interpreted
via the constant pool.
|