public class MutablePropertyReference1 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty1
kotlin.reflect.KMutableProperty1.DefaultImpls, kotlin.reflect.KMutableProperty1.Setter<T,R>
Constructor and Description |
---|
MutablePropertyReference1() |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object receiver) |
kotlin.reflect.KProperty1.Getter |
getGetter() |
kotlin.reflect.KMutableProperty1.Setter |
getSetter() |
void |
set(Object receiver,
Object value) |
call, callBy, error, getAnnotations, getName, getOwner, getParameters, getReturnType, getSignature
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void set(Object receiver, Object value)
set
in interface kotlin.reflect.KMutableProperty1
public kotlin.reflect.KProperty1.Getter getGetter()
getGetter
in interface kotlin.reflect.KProperty
getGetter
in interface kotlin.reflect.KProperty1
public kotlin.reflect.KMutableProperty1.Setter getSetter()
getSetter
in interface kotlin.reflect.KMutableProperty
getSetter
in interface kotlin.reflect.KMutableProperty1
Copyright © 2015. All Rights Reserved.