kotlin.jvm.internal
Class MutablePropertyReference1

java.lang.Object
  extended by kotlin.jvm.internal.CallableReference
      extended by kotlin.jvm.internal.PropertyReference
          extended by kotlin.jvm.internal.MutablePropertyReference
              extended by kotlin.jvm.internal.MutablePropertyReference1
All Implemented Interfaces:
kotlin.Function, kotlin.jvm.functions.Function1, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KMutableProperty, kotlin.reflect.KMutableProperty1, kotlin.reflect.KProperty, kotlin.reflect.KProperty1
Direct Known Subclasses:
MutablePropertyReference1Impl

public abstract class MutablePropertyReference1
extends MutablePropertyReference
implements kotlin.reflect.KMutableProperty1


Nested Class Summary
 
Nested classes/interfaces inherited from interface kotlin.reflect.KMutableProperty1
kotlin.reflect.KMutableProperty1.Setter<T,R>
 
Nested classes/interfaces inherited from interface kotlin.reflect.KProperty1
kotlin.reflect.KProperty1.Getter<T,R>
 
Nested classes/interfaces inherited from interface kotlin.reflect.KProperty
kotlin.reflect.KProperty.Accessor<R>, kotlin.reflect.KProperty.DefaultImpls
 
Field Summary
 
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver
 
Constructor Summary
MutablePropertyReference1()
           
MutablePropertyReference1(Object receiver)
           
 
Method Summary
protected  kotlin.reflect.KCallable computeReflected()
           
 Object getDelegate(Object receiver)
           
 kotlin.reflect.KProperty1.Getter getGetter()
           
 kotlin.reflect.KMutableProperty1.Setter getSetter()
           
 Object invoke(Object receiver)
           
 
Methods inherited from class kotlin.jvm.internal.PropertyReference
equals, getReflected, hashCode, isConst, isLateinit, toString
 
Methods inherited from class kotlin.jvm.internal.CallableReference
call, callBy, compute, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface kotlin.reflect.KMutableProperty1
set
 
Methods inherited from interface kotlin.reflect.KProperty1
get
 
Methods inherited from interface kotlin.reflect.KProperty
isConst, isLateinit
 
Methods inherited from interface kotlin.reflect.KCallable
call, callBy, getName, getParameters, getReturnType, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen
 
Methods inherited from interface kotlin.reflect.KAnnotatedElement
getAnnotations
 

Constructor Detail

MutablePropertyReference1

public MutablePropertyReference1()

MutablePropertyReference1

@SinceKotlin(version="1.1")
public MutablePropertyReference1(Object receiver)
Method Detail

computeReflected

protected kotlin.reflect.KCallable computeReflected()
Specified by:
computeReflected in class CallableReference

invoke

public Object invoke(Object receiver)
Specified by:
invoke in interface kotlin.jvm.functions.Function1

getGetter

public kotlin.reflect.KProperty1.Getter getGetter()
Specified by:
getGetter in interface kotlin.reflect.KProperty
Specified by:
getGetter in interface kotlin.reflect.KProperty1

getSetter

public kotlin.reflect.KMutableProperty1.Setter getSetter()
Specified by:
getSetter in interface kotlin.reflect.KMutableProperty
Specified by:
getSetter in interface kotlin.reflect.KMutableProperty1

getDelegate

@SinceKotlin(version="1.1")
public Object getDelegate(Object receiver)
Specified by:
getDelegate in interface kotlin.reflect.KProperty1


Copyright © 2017. All Rights Reserved.