public class MutablePropertyReference2 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty2
kotlin.reflect.KMutableProperty2.DefaultImpls, kotlin.reflect.KMutableProperty2.Setter<D,E,R>
Constructor and Description |
---|
MutablePropertyReference2() |
Modifier and Type | Method and Description |
---|---|
Object |
get(Object receiver1,
Object receiver2) |
kotlin.reflect.KProperty2.Getter |
getGetter() |
kotlin.reflect.KMutableProperty2.Setter |
getSetter() |
void |
set(Object receiver1,
Object receiver2,
Object value) |
call, callBy, error, getAnnotations, getName, getOwner, getParameters, getReturnType, getSignature
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Object get(Object receiver1, Object receiver2)
get
in interface kotlin.reflect.KProperty2
public void set(Object receiver1, Object receiver2, Object value)
set
in interface kotlin.reflect.KMutableProperty2
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 © 2015. All Rights Reserved.