toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.infra.reflection
/
ClassVisitor
Class
Visitor
interface
ClassVisitor
<
T
>
:
VisitorLifeCycle
KClass Visitor .
Author
ahoo wang
Members
Functions
end
Link copied to clipboard
open
fun
end
(
)
start
Link copied to clipboard
open
fun
start
(
)
visit
Constructor
Link copied to clipboard
open
fun
visitConstructor
(
constructor
:
KFunction
<
*
>
)
visit
Function
Link copied to clipboard
open
fun
visitFunction
(
function
:
KFunction
<
*
>
)
visit
Property
Link copied to clipboard
open
fun
visitProperty
(
property
:
KProperty1
<
T
,
*
>
)
visit
Type
Link copied to clipboard
open
fun
visitType
(
type
:
KType
)