[][src]Module dex::method

Dex Method and supporting structures

Structs

AccessFlags

Access flags of a Dex Method

EncodedMethod

Contains a MethodId along with its access flags and code. Android docs

Method

Represents a Class method.

MethodHandleItem

A method handle. Android docs

MethodIdItem

Method identifier. Android docs

ProtoIdItem

Method Prototypes. Android docs

Enums

FieldOrMethodId
MethodHandleType

Type of the method handle. Android docs

Type Definitions

MethodId

Index into the MethodIds list.

ProtoId

Index into the ProtoIds list.