public class FunctionReference extends FunctionImpl implements kotlin.reflect.KFunction, kotlin.reflect.KTopLevelFunction, kotlin.reflect.KMemberFunction, kotlin.reflect.KTopLevelExtensionFunction, kotlin.reflect.KLocalFunction
Constructor and Description |
---|
FunctionReference()
Deprecated.
|
FunctionReference(int arity) |
Modifier and Type | Method and Description |
---|---|
Object |
call(Object... args) |
Object |
callBy(Map args) |
protected static Error |
error() |
List<Annotation> |
getAnnotations() |
int |
getArity() |
String |
getName() |
kotlin.reflect.KDeclarationContainer |
getOwner() |
List<kotlin.reflect.KParameter> |
getParameters() |
kotlin.reflect.KType |
getReturnType() |
String |
getSignature() |
public FunctionReference(int arity)
@Deprecated public FunctionReference()
public int getArity()
getArity
in class FunctionImpl
public kotlin.reflect.KDeclarationContainer getOwner()
public String getName()
getName
in interface kotlin.reflect.KCallable
public String getSignature()
public List<kotlin.reflect.KParameter> getParameters()
getParameters
in interface kotlin.reflect.KCallable
public kotlin.reflect.KType getReturnType()
getReturnType
in interface kotlin.reflect.KCallable
public List<Annotation> getAnnotations()
getAnnotations
in interface kotlin.reflect.KAnnotatedElement
public Object call(@NotNull Object... args)
call
in interface kotlin.reflect.KCallable
public Object callBy(@NotNull Map args)
callBy
in interface kotlin.reflect.KCallable
protected static Error error()
Copyright © 2015. All Rights Reserved.