toggle menu
dexkit-android
androidJvm
switch theme
search in API
dexkit-android
/
org.luckypray.dexkit.wrap
/
DexClass
Dex
Class
class
DexClass
:
ISerializable
Members
Constructors
Dex
Class
Link copied to clipboard
constructor
(
descriptor
:
String
)
Convert class descriptor to
DexClass
.
----------------
constructor
(
clazz
:
Class
<
*
>
)
Convert class to
DexClass
.
----------------
Types
Companion
Link copied to clipboard
object
Companion
Properties
class
Name
Link copied to clipboard
val
className
:
String
is
Array
Link copied to clipboard
val
isArray
:
Boolean
simple
Name
Link copied to clipboard
val
simpleName
:
String
type
Name
Link copied to clipboard
val
typeName
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Instance
Link copied to clipboard
fun
getInstance
(
classLoader
:
ClassLoader
)
:
Class
<
*
>
Load this class from
ClassLoader
----------------
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
serialize
Link copied to clipboard
open
fun
serialize
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String