[][src]Module dex::class

Dex Class and supporting structures.

Structs

AccessFlags

Access flags of a Class.

Class

A Dex Class. This is constructed from a ClassDefItem and a ClassDataItem.

ClassDataItem

Contains the details about fields and methods of a class. Android docs

ClassDefItem

Defines the locations of the contents of a Class. Android docs

Type Definitions

ClassId

ClassId is an index into the Types section. The corresponding Type denotes the type of this class. The Type must be a class type, not a primitive or an array.