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.PropertyMetadata, 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.Getter<R>
 
Field Summary
 
Fields inherited from class kotlin.jvm.internal.CallableReference
reflected
 
Constructor Summary
MutablePropertyReference()
           
 
Method Summary
 
Methods inherited from class kotlin.jvm.internal.PropertyReference
equals, hashCode, toString
 
Methods inherited from class kotlin.jvm.internal.CallableReference
call, callBy, compute, computeReflected, getAnnotations, getName, getOwner, getParameters, getReflected, getReturnType, getSignature
 
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
 
Methods inherited from interface kotlin.reflect.KCallable
call, callBy, getName, getParameters, getReturnType
 
Methods inherited from interface kotlin.reflect.KAnnotatedElement
getAnnotations
 
Methods inherited from interface kotlin.PropertyMetadata
getName
 

Constructor Detail

MutablePropertyReference

public MutablePropertyReference()


Copyright © 2015. All Rights Reserved.