DexMethod

Constructors

Link copied to clipboard
constructor(descriptor: String)

Convert method descriptor to DexMethod.

----------------

constructor(method: Method)

Convert method to DexMethod.

----------------

constructor(constructor: Constructor<*>)

Convert constructor to DexMethod.

----------------

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether the method is a constructor method

----------------

Link copied to clipboard

Whether the method is a normal method

----------------

Link copied to clipboard

Whether the method is a static initializer

----------------

Link copied to clipboard

method sign

----------------

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

Load constructor from ClassLoader

----------------

Link copied to clipboard

Load method from ClassLoader

----------------

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open fun serialize(): String
Link copied to clipboard
open override fun toString(): String