public abstract class MutablePropertyReference2 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty2
kotlin.reflect.KMutableProperty2.Setter<D,E,R>
NO_RECEIVER, receiver
Constructor and Description |
---|
MutablePropertyReference2() |
Modifier and Type | Method and Description |
---|---|
protected kotlin.reflect.KCallable |
computeReflected() |
Object |
getDelegate(Object receiver1,
Object receiver2) |
kotlin.reflect.KProperty2.Getter |
getGetter() |
kotlin.reflect.KMutableProperty2.Setter |
getSetter() |
Object |
invoke(Object receiver1,
Object receiver2) |
equals, getReflected, hashCode, isConst, isLateinit, toString
call, callBy, compute, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected kotlin.reflect.KCallable computeReflected()
computeReflected
in class CallableReference
public Object invoke(Object receiver1, Object receiver2)
invoke
in interface kotlin.jvm.functions.Function2
public kotlin.reflect.KProperty2.Getter getGetter()
getGetter
in interface kotlin.reflect.KProperty
getGetter
in interface kotlin.reflect.KProperty2
public kotlin.reflect.KMutableProperty2.Setter getSetter()
getSetter
in interface kotlin.reflect.KMutableProperty
getSetter
in interface kotlin.reflect.KMutableProperty2
Copyright © 2017. All Rights Reserved.