public class MutablePropertyReference2Impl extends MutablePropertyReference2
kotlin.reflect.KMutableProperty2.Setter<D,E,R>
NO_RECEIVER, receiver
Constructor and Description |
---|
MutablePropertyReference2Impl(kotlin.reflect.KDeclarationContainer owner,
String name,
String signature) |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object receiver1,
Object receiver2) |
String |
getName() |
kotlin.reflect.KDeclarationContainer |
getOwner() |
String |
getSignature() |
void |
set(Object receiver1,
Object receiver2,
Object value) |
computeReflected, getDelegate, getGetter, getSetter, invoke
equals, getReflected, hashCode, isConst, isLateinit, toString
call, callBy, compute, getAnnotations, getBoundReceiver, getParameters, getReturnType, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public kotlin.reflect.KDeclarationContainer getOwner()
getOwner
in class CallableReference
public String getName()
getName
in interface kotlin.reflect.KCallable
getName
in class CallableReference
public String getSignature()
getSignature
in class CallableReference
Copyright © 2017. All Rights Reserved.