kotlin.jvm.internal
Class FunctionReference
java.lang.Object
kotlin.jvm.internal.CallableReference
kotlin.jvm.internal.FunctionReference
- All Implemented Interfaces:
- Serializable, kotlin.Function, FunctionBase, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KFunction
- Direct Known Subclasses:
- FunctionReferenceImpl
public class FunctionReference
- extends CallableReference
- implements FunctionBase, kotlin.reflect.KFunction
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface kotlin.reflect.KFunction |
kotlin.reflect.KFunction.DefaultImpls |
Methods inherited from class kotlin.jvm.internal.CallableReference |
call, callBy, compute, getAnnotations, getBoundReceiver, getName, getOwner, getParameters, getReturnType, getSignature, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen |
Methods inherited from interface kotlin.reflect.KCallable |
call, callBy, getName, getParameters, getReturnType, getTypeParameters, getVisibility, isAbstract, isFinal, isOpen |
Methods inherited from interface kotlin.reflect.KAnnotatedElement |
getAnnotations |
FunctionReference
public FunctionReference(int arity)
FunctionReference
@SinceKotlin(version="1.1")
public FunctionReference(int arity,
Object receiver)
getArity
public int getArity()
- Specified by:
getArity
in interface FunctionBase
getReflected
@SinceKotlin(version="1.1")
protected kotlin.reflect.KFunction getReflected()
- Overrides:
getReflected
in class CallableReference
computeReflected
@SinceKotlin(version="1.1")
protected kotlin.reflect.KCallable computeReflected()
- Specified by:
computeReflected
in class CallableReference
isInline
@SinceKotlin(version="1.1")
public boolean isInline()
- Specified by:
isInline
in interface kotlin.reflect.KFunction
isExternal
@SinceKotlin(version="1.1")
public boolean isExternal()
- Specified by:
isExternal
in interface kotlin.reflect.KFunction
isOperator
@SinceKotlin(version="1.1")
public boolean isOperator()
- Specified by:
isOperator
in interface kotlin.reflect.KFunction
isInfix
@SinceKotlin(version="1.1")
public boolean isInfix()
- Specified by:
isInfix
in interface kotlin.reflect.KFunction
isSuspend
@SinceKotlin(version="1.1")
public boolean isSuspend()
- Specified by:
isSuspend
in interface kotlin.reflect.KFunction
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 © 2017. All Rights Reserved.