Package kotlin.jvm.internal
Class FunctionReferenceImpl
java.lang.Object
kotlin.jvm.internal.CallableReference
kotlin.jvm.internal.FunctionReference
kotlin.jvm.internal.FunctionReferenceImpl
- All Implemented Interfaces:
Serializable,kotlin.Function,kotlin.jvm.internal.FunctionBase,kotlin.reflect.KAnnotatedElement,kotlin.reflect.KCallable,kotlin.reflect.KFunction
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface kotlin.reflect.KCallable
kotlin.reflect.KCallable.DefaultImplsNested classes/interfaces inherited from interface kotlin.reflect.KFunction
kotlin.reflect.KFunction.DefaultImpls -
Field Summary
Fields inherited from class kotlin.jvm.internal.CallableReference
NO_RECEIVER, receiver -
Constructor Summary
ConstructorsConstructorDescriptionFunctionReferenceImpl(int arity, Class owner, String name, String signature, int flags) FunctionReferenceImpl(int arity, Object receiver, Class owner, String name, String signature, int flags) FunctionReferenceImpl(int arity, kotlin.reflect.KDeclarationContainer owner, String name, String signature) -
Method Summary
Methods inherited from class kotlin.jvm.internal.FunctionReference
computeReflected, equals, getArity, getReflected, hashCode, isExternal, isInfix, isInline, isOperator, isSuspend, toStringMethods inherited from class kotlin.jvm.internal.CallableReference
call, callBy, compute, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpenMethods 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
-
Constructor Details
-
FunctionReferenceImpl
-
FunctionReferenceImpl
-
FunctionReferenceImpl
-