ClassVisitor

KClass Visitor .

Author

ahoo wang

Functions

Link copied to clipboard
open fun end()
Link copied to clipboard
open fun start()
Link copied to clipboard
open fun visitConstructor(constructor: KFunction<*>)
Link copied to clipboard
open fun visitFunction(function: KFunction<*>)
Link copied to clipboard
open fun visitProperty(property: KProperty1<T, *>)
Link copied to clipboard
open fun visitType(type: KType)