kotlin.jvm.internal
Class MutablePropertyReference1
java.lang.Object
kotlin.jvm.internal.CallableReference
kotlin.jvm.internal.PropertyReference
kotlin.jvm.internal.MutablePropertyReference
kotlin.jvm.internal.MutablePropertyReference1
- All Implemented Interfaces:
- kotlin.Function, kotlin.jvm.functions.Function1, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KMutableProperty, kotlin.reflect.KMutableProperty1, kotlin.reflect.KProperty, kotlin.reflect.KProperty1
- Direct Known Subclasses:
- MutablePropertyReference1Impl
public class MutablePropertyReference1
- extends MutablePropertyReference
- implements kotlin.reflect.KMutableProperty1
Nested classes/interfaces inherited from interface kotlin.reflect.KMutableProperty1 |
kotlin.reflect.KMutableProperty1.Setter<T,R> |
Nested classes/interfaces inherited from interface kotlin.reflect.KProperty1 |
kotlin.reflect.KProperty1.Getter<T,R> |
Nested classes/interfaces inherited from interface kotlin.reflect.KProperty |
kotlin.reflect.KProperty.Accessor<R> |
Methods inherited from interface kotlin.reflect.KCallable |
call, callBy, getName, getParameters, getReturnType |
Methods inherited from interface kotlin.reflect.KAnnotatedElement |
getAnnotations |
MutablePropertyReference1
public MutablePropertyReference1()
computeReflected
protected kotlin.reflect.KCallable computeReflected()
- Specified by:
computeReflected
in class CallableReference
get
public Object get(Object receiver)
- Specified by:
get
in interface kotlin.reflect.KProperty1
set
public void set(Object receiver,
Object value)
- Specified by:
set
in interface kotlin.reflect.KMutableProperty1
invoke
public Object invoke(Object receiver)
- Specified by:
invoke
in interface kotlin.jvm.functions.Function1
getGetter
public kotlin.reflect.KProperty1.Getter getGetter()
- Specified by:
getGetter
in interface kotlin.reflect.KProperty
- Specified by:
getGetter
in interface kotlin.reflect.KProperty1
getSetter
public kotlin.reflect.KMutableProperty1.Setter getSetter()
- Specified by:
getSetter
in interface kotlin.reflect.KMutableProperty
- Specified by:
getSetter
in interface kotlin.reflect.KMutableProperty1
Copyright © 2016. All Rights Reserved.