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
/
FieldQuery
/
includeSuper
include
Super
fun
includeSuper
(
)
查找当前类和全部父类。
等同于调用
findField(findSuper = true) { ... }
。