Package kotlin.jvm.internal
Class PropertyReference2Impl
java.lang.Object
kotlin.jvm.internal.CallableReference
kotlin.jvm.internal.PropertyReference
kotlin.jvm.internal.PropertyReference2
kotlin.jvm.internal.PropertyReference2Impl
- All Implemented Interfaces:
Serializable,kotlin.Function,kotlin.jvm.functions.Function2,kotlin.reflect.KAnnotatedElement,kotlin.reflect.KCallable,kotlin.reflect.KProperty,kotlin.reflect.KProperty2
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface kotlin.reflect.KCallable
kotlin.reflect.KCallable.DefaultImpls -
Field Summary
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver -
Constructor Summary
ConstructorsConstructorDescriptionPropertyReference2Impl(Class owner, String name, String signature, int flags) PropertyReference2Impl(kotlin.reflect.KDeclarationContainer owner, String name, String signature) -
Method Summary
Methods inherited from class kotlin.jvm.internal.PropertyReference2
computeReflected, getDelegate, getGetter, invokeMethods inherited from class kotlin.jvm.internal.PropertyReference
compute, equals, getReflected, hashCode, isConst, isLateinit, toStringMethods inherited from class kotlin.jvm.internal.CallableReference
call, callBy, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen, isSuspendMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface kotlin.reflect.KAnnotatedElement
getAnnotationsMethods inherited from interface kotlin.reflect.KCallable
call, callBy, getName, getParameters, getReturnType, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen, isSuspendMethods inherited from interface kotlin.reflect.KProperty
isConst, isLateinit
-
Constructor Details
-
PropertyReference2Impl
-
PropertyReference2Impl
-
-
Method Details
-
get
-