kotlin.jvm.internal
Class MutablePropertyReference

java.lang.Object
  extended by kotlin.jvm.internal.CallableReference
      extended by kotlin.jvm.internal.PropertyReference
          extended by kotlin.jvm.internal.MutablePropertyReference
All Implemented Interfaces:
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


Nested Class Summary
 
Nested classes/interfaces inherited from interface kotlin.reflect.KMutableProperty
kotlin.reflect.KMutableProperty.Setter<R>
 
Nested classes/interfaces inherited from interface kotlin.reflect.KProperty
kotlin.reflect.KProperty.Accessor<R>, kotlin.reflect.KProperty.DefaultImpls, kotlin.reflect.KProperty.Getter<R>
 
Field Summary
 
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver
 
Constructor Summary
MutablePropertyReference()
           
MutablePropertyReference(Object receiver)
           
 
Method Summary
 
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, computeReflected, 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.KMutableProperty
getSetter
 
Methods inherited from interface kotlin.reflect.KProperty
getGetter, 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

MutablePropertyReference

public MutablePropertyReference()

MutablePropertyReference

@SinceKotlin(version="1.1")
public MutablePropertyReference(Object receiver)


Copyright © 2017. All Rights Reserved.