public abstract class MutablePropertyReference1 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty1
kotlin.reflect.KMutableProperty1.Setter<T,R>NO_RECEIVER, receiver| Constructor and Description |
|---|
MutablePropertyReference1() |
MutablePropertyReference1(Object receiver) |
| Modifier and Type | Method and Description |
|---|---|
protected kotlin.reflect.KCallable |
computeReflected() |
Object |
getDelegate(Object receiver) |
kotlin.reflect.KProperty1.Getter |
getGetter() |
kotlin.reflect.KMutableProperty1.Setter |
getSetter() |
Object |
invoke(Object receiver) |
equals, getReflected, hashCode, isConst, isLateinit, toStringcall, callBy, compute, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpenclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic MutablePropertyReference1()
@SinceKotlin(version="1.1") public MutablePropertyReference1(Object receiver)
protected kotlin.reflect.KCallable computeReflected()
computeReflected in class CallableReferencepublic Object invoke(Object receiver)
invoke in interface kotlin.jvm.functions.Function1public kotlin.reflect.KProperty1.Getter getGetter()
getGetter in interface kotlin.reflect.KPropertygetGetter in interface kotlin.reflect.KProperty1public kotlin.reflect.KMutableProperty1.Setter getSetter()
getSetter in interface kotlin.reflect.KMutablePropertygetSetter in interface kotlin.reflect.KMutableProperty1Copyright © 2017. All Rights Reserved.