Package kotlin.jvm.internal
Class MutablePropertyReference
- java.lang.Object
-
- kotlin.jvm.internal.CallableReference
-
- kotlin.jvm.internal.PropertyReference
-
- kotlin.jvm.internal.MutablePropertyReference
-
- All Implemented Interfaces:
java.io.Serializable
,kotlin.reflect.KAnnotatedElement
,kotlin.reflect.KCallable
,kotlin.reflect.KMutableProperty
,kotlin.reflect.KProperty
- Direct Known Subclasses:
MutablePropertyReference0
,MutablePropertyReference1
,MutablePropertyReference2
public abstract class MutablePropertyReference extends PropertyReference implements kotlin.reflect.KMutableProperty
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface kotlin.reflect.KCallable
kotlin.reflect.KCallable.DefaultImpls
-
-
Field Summary
-
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver
-
-
Constructor Summary
Constructors Constructor Description MutablePropertyReference()
MutablePropertyReference(java.lang.Object receiver)
MutablePropertyReference(java.lang.Object receiver, java.lang.Class owner, java.lang.String name, java.lang.String signature, int flags)
-
Method Summary
-
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, computeReflected, 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
-
MutablePropertyReference
public MutablePropertyReference()
-
MutablePropertyReference
@SinceKotlin(version="1.1") public MutablePropertyReference(java.lang.Object receiver)
-
MutablePropertyReference
@SinceKotlin(version="1.4") public MutablePropertyReference(java.lang.Object receiver, java.lang.Class owner, java.lang.String name, java.lang.String signature, int flags)
-
-