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