|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkotlin.jvm.internal.CallableReference
kotlin.jvm.internal.FunctionReference
kotlin.jvm.internal.FunctionReferenceImpl
public class FunctionReferenceImpl
Nested Class Summary |
---|
Nested 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 | |
---|---|
FunctionReferenceImpl(int arity,
kotlin.reflect.KDeclarationContainer owner,
String name,
String signature)
|
Method Summary | |
---|---|
String |
getName()
|
kotlin.reflect.KDeclarationContainer |
getOwner()
|
String |
getSignature()
|
Methods inherited from class kotlin.jvm.internal.FunctionReference |
---|
computeReflected, equals, getArity, getReflected, hashCode, isExternal, isInfix, isInline, isOperator, isSuspend, toString |
Methods inherited from class kotlin.jvm.internal.CallableReference |
---|
call, callBy, compute, getAnnotations, getBoundReceiver, getParameters, getReturnType, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface kotlin.reflect.KCallable |
---|
call, callBy, getParameters, getReturnType, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen |
Methods inherited from interface kotlin.reflect.KAnnotatedElement |
---|
getAnnotations |
Constructor Detail |
---|
public FunctionReferenceImpl(int arity, kotlin.reflect.KDeclarationContainer owner, String name, String signature)
Method Detail |
---|
public kotlin.reflect.KDeclarationContainer getOwner()
getOwner
in class CallableReference
public String getName()
getName
in interface kotlin.reflect.KCallable
getName
in class CallableReference
public String getSignature()
getSignature
in class CallableReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |