kotlin.jvm.internal
Class PropertyReference1

java.lang.Object
  extended by kotlin.jvm.internal.CallableReference
      extended by kotlin.jvm.internal.PropertyReference
          extended by kotlin.jvm.internal.PropertyReference1
All Implemented Interfaces:
kotlin.Function, kotlin.jvm.functions.Function1, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KProperty, kotlin.reflect.KProperty1
Direct Known Subclasses:
PropertyReference1Impl

public class PropertyReference1
extends PropertyReference
implements kotlin.reflect.KProperty1


Nested Class Summary
 
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>
 
Field Summary
 
Fields inherited from class kotlin.jvm.internal.CallableReference
reflected
 
Constructor Summary
PropertyReference1()
           
 
Method Summary
protected  kotlin.reflect.KCallable computeReflected()
           
 Object get(Object receiver)
           
 kotlin.reflect.KProperty1.Getter getGetter()
           
 Object invoke(Object receiver)
           
 
Methods inherited from class kotlin.jvm.internal.PropertyReference
equals, hashCode, toString
 
Methods inherited from class kotlin.jvm.internal.CallableReference
call, callBy, compute, 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.KCallable
call, callBy, getName, getParameters, getReturnType
 
Methods inherited from interface kotlin.reflect.KAnnotatedElement
getAnnotations
 

Constructor Detail

PropertyReference1

public PropertyReference1()
Method Detail

computeReflected

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

get

public Object get(Object receiver)
Specified by:
get in interface kotlin.reflect.KProperty1

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


Copyright © 2016. All Rights Reserved.