Methods Summary |
---|
public int | getAccessFlags()Gets the field access_flags .
|
public AttributeList | getAttributes()Gets the field attributes (along with
attributes_count ).
|
public com.android.dx.rop.cst.ConstantPool | getConstantPool()Gets the field constant_pool (along with
constant_pool_count ).
|
public FieldList | getFields()Gets the field fields (along with
fields_count ).
|
public com.android.dx.rop.type.TypeList | getInterfaces()Gets the field interfaces (along with
interfaces_count ).
|
public int | getMagic()Gets the field magic .
|
public int | getMajorVersion()Gets the field major_version .
|
public MethodList | getMethods()Gets the field methods (along with
methods_count ).
|
public int | getMinorVersion()Gets the field minor_version .
|
public com.android.dx.rop.cst.CstUtf8 | getSourceFile()Gets the name out of the 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 super_class , interpreted as a type constant
if non-zero.
|
public com.android.dx.rop.cst.CstType | getThisClass()Gets the field this_class , interpreted as a type constant.
|