EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
ReflectScope
/
findAllConstructors
find
All
Constructors
fun
String
.
findAllConstructors
(
query
:
ConstructorQuery
.
(
)
->
Unit
)
:
List
<
Constructor
<
*
>
>
在当前作用域的
classLoader
上按查询条件查找所有匹配的构造器。
fun
String
.
findAllConstructors
(
)
:
List
<
Constructor
<
*
>
>
在当前作用域的
classLoader
上查找全部构造器。