Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
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
)