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:
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:
-
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>Nested classes/interfaces inherited from interface kotlin.reflect.KMutableProperty2
kotlin.reflect.KMutableProperty2.DefaultImpls, kotlin.reflect.KMutableProperty2.Setter<D extends Object,E extends Object, V extends Object> -
Field Summary
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver -
Constructor Summary
ConstructorsConstructorDescriptionMutablePropertyReference2(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, 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.KMutableProperty2
setMethods inherited from interface kotlin.reflect.KProperty
isConst, isLateinitMethods inherited from interface kotlin.reflect.KProperty2
get
-
Constructor Details
-
MutablePropertyReference2
public MutablePropertyReference2() -
MutablePropertyReference2
-
-
Method Details
-
computeReflected
protected kotlin.reflect.KCallable computeReflected()- Specified by:
computeReflectedin classCallableReference
-
invoke
- 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
- Specified by:
getDelegatein interfacekotlin.reflect.KProperty2
-