EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core.query
/
MethodQuery
/
currentClassOnly
current
Class
Only
fun
currentClassOnly
(
)
只在当前类中查找。
等同于调用
findMethod(findSuper = false) { ... }
。