Package kotlin.jvm.internal
Class MutablePropertyReference0
- java.lang.Object
-
- kotlin.jvm.internal.CallableReference
-
- kotlin.jvm.internal.PropertyReference
-
- kotlin.jvm.internal.MutablePropertyReference
-
- kotlin.jvm.internal.MutablePropertyReference0
-
- All Implemented Interfaces:
java.io.Serializable
,kotlin.Function
,kotlin.jvm.functions.Function0
,kotlin.reflect.KAnnotatedElement
,kotlin.reflect.KCallable
,kotlin.reflect.KMutableProperty
,kotlin.reflect.KMutableProperty0
,kotlin.reflect.KProperty
,kotlin.reflect.KProperty0
- Direct Known Subclasses:
MutablePropertyReference0Impl
public abstract class MutablePropertyReference0 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface kotlin.reflect.KCallable
kotlin.reflect.KCallable.DefaultImpls
-
Nested classes/interfaces inherited from interface kotlin.reflect.KMutableProperty
kotlin.reflect.KMutableProperty.DefaultImpls, kotlin.reflect.KMutableProperty.Setter<V extends java.lang.Object>
-
Nested classes/interfaces inherited from interface kotlin.reflect.KMutableProperty0
kotlin.reflect.KMutableProperty0.DefaultImpls, kotlin.reflect.KMutableProperty0.Setter<V extends java.lang.Object>
-
-
Field Summary
-
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver
-
-
Constructor Summary
Constructors Constructor Description MutablePropertyReference0()
MutablePropertyReference0(java.lang.Object receiver)
MutablePropertyReference0(java.lang.Object receiver, java.lang.Class owner, java.lang.String name, java.lang.String signature, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected kotlin.reflect.KCallable
computeReflected()
java.lang.Object
getDelegate()
kotlin.reflect.KProperty0.Getter
getGetter()
kotlin.reflect.KMutableProperty0.Setter
getSetter()
java.lang.Object
invoke()
-
Methods inherited from class kotlin.jvm.internal.PropertyReference
compute, equals, getReflected, hashCode, isConst, isLateinit, toString
-
Methods inherited from class kotlin.jvm.internal.CallableReference
call, callBy, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen, isSuspend
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
MutablePropertyReference0
public MutablePropertyReference0()
-
MutablePropertyReference0
@SinceKotlin(version="1.1") public MutablePropertyReference0(java.lang.Object receiver)
-
MutablePropertyReference0
@SinceKotlin(version="1.4") public MutablePropertyReference0(java.lang.Object receiver, java.lang.Class owner, java.lang.String name, java.lang.String signature, int flags)
-
-
Method Detail
-
computeReflected
protected kotlin.reflect.KCallable computeReflected()
- Specified by:
computeReflected
in classCallableReference
-
invoke
public java.lang.Object invoke()
- Specified by:
invoke
in interfacekotlin.jvm.functions.Function0
-
getGetter
public kotlin.reflect.KProperty0.Getter getGetter()
- Specified by:
getGetter
in interfacekotlin.reflect.KProperty
- Specified by:
getGetter
in interfacekotlin.reflect.KProperty0
-
getSetter
public kotlin.reflect.KMutableProperty0.Setter getSetter()
- Specified by:
getSetter
in interfacekotlin.reflect.KMutableProperty
- Specified by:
getSetter
in interfacekotlin.reflect.KMutableProperty0
-
getDelegate
@SinceKotlin(version="1.1") public java.lang.Object getDelegate()
- Specified by:
getDelegate
in interfacekotlin.reflect.KProperty0
-
-