public abstract class CallableReference extends Object implements kotlin.reflect.KCallable
Constructor and Description |
---|
CallableReference() |
Modifier and Type | Method and Description |
---|---|
Object |
call(Object... args) |
Object |
callBy(Map args) |
protected static Error |
error() |
List<Annotation> |
getAnnotations() |
String |
getName() |
kotlin.reflect.KDeclarationContainer |
getOwner() |
List<kotlin.reflect.KParameter> |
getParameters() |
kotlin.reflect.KType |
getReturnType() |
String |
getSignature() |
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.