Package kotlin.jvm.internal
Class MutablePropertyReference
java.lang.Object
kotlin.jvm.internal.CallableReference
kotlin.jvm.internal.PropertyReference
kotlin.jvm.internal.MutablePropertyReference
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface kotlin.reflect.KCallable
kotlin.reflect.KCallable.DefaultImplsNested classes/interfaces inherited from interface kotlin.reflect.KMutableProperty
kotlin.reflect.KMutableProperty.Setter<V extends Object> -
Field Summary
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver -
Constructor Summary
ConstructorsConstructorDescriptionMutablePropertyReference(Object receiver) MutablePropertyReference(Object receiver, Class owner, String name, String signature, int flags) -
Method Summary
Methods inherited from class kotlin.jvm.internal.PropertyReference
compute, equals, getReflected, hashCode, isConst, isLateinit, toStringMethods inherited from class kotlin.jvm.internal.CallableReference
call, callBy, computeReflected, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen, isSuspendMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface kotlin.reflect.KAnnotatedElement
getAnnotationsMethods inherited from interface kotlin.reflect.KCallable
call, callBy, getName, getParameters, getReturnType, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen, isSuspendMethods inherited from interface kotlin.reflect.KMutableProperty
getSetterMethods inherited from interface kotlin.reflect.KProperty
getGetter, isConst, isLateinit
-
Constructor Details
-
MutablePropertyReference
public MutablePropertyReference() -
MutablePropertyReference
-
MutablePropertyReference
-