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
/
findMethodOrNull
find
Method
Or
Null
fun
String
.
findMethodOrNull
(
findSuper
:
Boolean
?
=
null
,
query
:
MethodQuery
.
(
)
->
Unit
)
:
Method
?
在当前作用域的
classLoader
上按查询条件查找方法,找不到返回
null
。