com.lexicalscope.fluentreflection
Interface ReflectedCallable
- All Superinterfaces:
- ReflectedAnnotated
- All Known Subinterfaces:
- ReflectedConstructor<T>, ReflectedMethod
public interface ReflectedCallable
- extends ReflectedAnnotated
getName
String getName()
declaringClass
ReflectedClass<?> declaringClass()
argumentCount
int argumentCount()
argumentTypes
List<ReflectedClass<?>> argumentTypes()
returnType
ReflectedClass<?> returnType()
call
Object call(Object... args)
visibility
Visibility visibility()
Copyright © 2011-2012 lexicalscope. All Rights Reserved.