Methods Summary |
---|
public int | getAccessFlags()Gets the field {@code access_flags}.
|
public AttributeList | getAttributes()Gets the field {@code attributes} (along with
{@code attributes_count}).
|
public com.android.dx.rop.cst.ConstantPool | getConstantPool()Gets the field {@code constant_pool} (along with
{@code constant_pool_count}).
|
public FieldList | getFields()Gets the field {@code fields} (along with
{@code fields_count}).
|
public com.android.dx.rop.type.TypeList | getInterfaces()Gets the field {@code interfaces} (along with
{@code interfaces_count}).
|
public int | getMagic()Gets the field {@code magic}.
|
public int | getMajorVersion()Gets the field {@code major_version}.
|
public MethodList | getMethods()Gets the field {@code methods} (along with
{@code methods_count}).
|
public int | getMinorVersion()Gets the field {@code minor_version}.
|
public com.android.dx.rop.cst.CstString | getSourceFile()Gets the name out of the {@code SourceFile} attribute of this
file, if any. This is a convenient shorthand for scrounging around
the class's attributes.
|
public com.android.dx.rop.cst.CstType | getSuperclass()Gets the field {@code super_class}, interpreted as a type constant
if non-zero.
|
public com.android.dx.rop.cst.CstType | getThisClass()Gets the field {@code this_class}, interpreted as a type constant.
|