Module fields

Module fields 

Source
Expand description

Representation of class fields

This module decodes fields from a DEX file and returns them in the correct order. Fields must be ordered by the class they belong to, then their name, and finally their type. Each field can represent a static field initialized in the <cinit> pseudo-method or a class field that is initialized when the class is instantiated.

Structsยง

DexFields
Representation of the fields in a DEX file. Only the decoded fields are present in the correct order.