import{_ as s,o as a,c as e,a as n}from"./app-Un_zyw_U.js";const o={},l=n(`
class CurrentClass internal constructor(private val classSet: Class<*>, internal val instance: Any)
变更记录
v1.0.0
添加
功能描述
当前实例的类操作对象。
val name: String
变更记录
v1.0.0
添加
功能描述
获得当前
classSet
的Class.getName
。
val simpleName: String
变更记录
v1.0.0
添加
功能描述
获得当前
classSet
的Class.getSimpleName
。
fun generic(): GenericClass?
变更记录
v1.0.0
添加
功能描述
获得当前实例中的泛型父类。
如果当前实例不存在泛型将返回 null
。
inline fun generic(initiate: GenericClass.() -> Unit): GenericClass?
变更记录
v1.0.0
添加
功能描述
获得当前实例中的泛型父类。
如果当前实例不存在泛型将返回 null
。
fun superClass(): SuperClass
变更记录
v1.0.0
添加
功能描述
调用父类实例。
inline fun field(initiate: FieldConditions): FieldFinder.Result.Instance
变更记录
v1.0.0
添加
功能描述
调用当前实例中的变量。
inline fun method(initiate: MethodConditions): MethodFinder.Result.Instance
变更记录
v1.0.0
添加
功能描述
调用当前实例中的方法。
inner class SuperClass internal constructor(private val superClassSet: Class<*>)
变更记录
v1.0.0
添加
功能描述
当前类的父类实例的类操作对象。
val name: String
变更记录
v1.0.0
添加
功能描述
获得当前
classSet
中父类的Class.getName
。
val simpleName: String
变更记录
v1.0.0
添加
功能描述
获得当前
classSet
中父类的Class.getSimpleName
。
fun generic(): GenericClass?
变更记录
v1.0.0
添加
功能描述
获得当前实例父类中的泛型父类。
如果当前实例不存在泛型将返回 null
。
inline fun generic(initiate: GenericClass.() -> Unit): GenericClass?
变更记录
v1.0.0
添加
功能描述
获得当前实例父类中的泛型父类。
如果当前实例不存在泛型将返回 null
。
inline fun field(initiate: FieldConditions): FieldFinder.Result.Instance
变更记录
v1.0.0
添加
功能描述
调用父类实例中的变量。
inline fun method(initiate: MethodConditions): MethodFinder.Result.Instance
变更记录
v1.0.0
添加
功能描述
`,94),p=[l];function c(t,r){return a(),e("div",null,p)}const i=s(o,[["render",c],["__file","CurrentClass.html.vue"]]);export{i as default};调用父类实例中的方法。