public class MutablePropertyReference1Impl extends MutablePropertyReference1
kotlin.reflect.KMutableProperty1.Setter<T,R>NO_RECEIVER, receiver| Constructor and Description |
|---|
MutablePropertyReference1Impl(kotlin.reflect.KDeclarationContainer owner,
String name,
String signature) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object receiver) |
String |
getName() |
kotlin.reflect.KDeclarationContainer |
getOwner() |
String |
getSignature() |
void |
set(Object receiver,
Object value) |
computeReflected, getDelegate, getGetter, getSetter, invokeequals, getReflected, hashCode, isConst, isLateinit, toStringcall, callBy, compute, getAnnotations, getBoundReceiver, getParameters, getReturnType, getTypeParameters, getVisibility, isAbstract, isFinal, isOpenclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic kotlin.reflect.KDeclarationContainer getOwner()
getOwner in class CallableReferencepublic String getName()
getName in interface kotlin.reflect.KCallablegetName in class CallableReferencepublic String getSignature()
getSignature in class CallableReferenceCopyright © 2017. All Rights Reserved.