Module methods

Module methods 

Source
Expand description

Methods identifiers

This module deals with method identifiers. Each DEX file contains a list of identifiers for all methods reffered to in the code. The list is sorted by the defining type (by type_id index), method name (by string_id index), and method prototype (by proto_id index), and cannot contain duplicates.

Structsยง

DexMethods
Sorted list of method IDs