Package kotlin.jvm.internal
Class MutablePropertyReference2
- java.lang.Object
-
- kotlin.jvm.internal.CallableReference
-
- kotlin.jvm.internal.PropertyReference
-
- kotlin.jvm.internal.MutablePropertyReference
-
- kotlin.jvm.internal.MutablePropertyReference2
-
- All Implemented Interfaces:
java.io.Serializable,kotlin.Function,kotlin.jvm.functions.Function2,kotlin.reflect.KAnnotatedElement,kotlin.reflect.KCallable,kotlin.reflect.KMutableProperty,kotlin.reflect.KMutableProperty2,kotlin.reflect.KProperty,kotlin.reflect.KProperty2
- Direct Known Subclasses:
MutablePropertyReference2Impl
public abstract class MutablePropertyReference2 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty2
- 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.KMutableProperty2
kotlin.reflect.KMutableProperty2.DefaultImpls, kotlin.reflect.KMutableProperty2.Setter<D extends java.lang.Object,E extends java.lang.Object,V extends java.lang.Object>
-
-
Field Summary
-
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver
-
-
Constructor Summary
Constructors Constructor Description MutablePropertyReference2()MutablePropertyReference2(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.KCallablecomputeReflected()java.lang.ObjectgetDelegate(java.lang.Object receiver1, java.lang.Object receiver2)kotlin.reflect.KProperty2.GettergetGetter()kotlin.reflect.KMutableProperty2.SettergetSetter()java.lang.Objectinvoke(java.lang.Object receiver1, java.lang.Object receiver2)-
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
-
-
-
-
Method Detail
-
computeReflected
protected kotlin.reflect.KCallable computeReflected()
- Specified by:
computeReflectedin classCallableReference
-
invoke
public java.lang.Object invoke(java.lang.Object receiver1, java.lang.Object receiver2)- Specified by:
invokein interfacekotlin.jvm.functions.Function2
-
getGetter
public kotlin.reflect.KProperty2.Getter getGetter()
- Specified by:
getGetterin interfacekotlin.reflect.KProperty- Specified by:
getGetterin interfacekotlin.reflect.KProperty2
-
getSetter
public kotlin.reflect.KMutableProperty2.Setter getSetter()
- Specified by:
getSetterin interfacekotlin.reflect.KMutableProperty- Specified by:
getSetterin interfacekotlin.reflect.KMutableProperty2
-
getDelegate
@SinceKotlin(version="1.1") public java.lang.Object getDelegate(java.lang.Object receiver1, java.lang.Object receiver2)- Specified by:
getDelegatein interfacekotlin.reflect.KProperty2
-
-