kotlin.jvm.internal
Class PropertyReference

java.lang.Object
  extended by kotlin.jvm.internal.CallableReference
      extended by kotlin.jvm.internal.PropertyReference
All Implemented Interfaces:
kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KProperty
Direct Known Subclasses:
MutablePropertyReference, PropertyReference0, PropertyReference1, PropertyReference2

public abstract class PropertyReference
extends CallableReference
implements kotlin.reflect.KProperty


Nested Class Summary
 
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
PropertyReference()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String 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.KProperty
getGetter
 
Methods inherited from interface kotlin.reflect.KCallable
call, callBy, getName, getParameters, getReturnType
 
Methods inherited from interface kotlin.reflect.KAnnotatedElement
getAnnotations
 

Constructor Detail

PropertyReference

public PropertyReference()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016. All Rights Reserved.