DexClass

Constructors

Link copied to clipboard
constructor(descriptor: String)

Convert class descriptor to DexClass.

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

constructor(clazz: Class<*>)

Convert class to DexClass.

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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
fun getInstance(classLoader: ClassLoader): Class<*>

Load this class 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