Interface ReflectMethod
- All Superinterfaces:
ReflectAnnotatedElement
,ReflectMember
-
Method Summary
Modifier and TypeMethodDescriptiongetParameterAnnotations
(int index) int
ReflectClass<?>
getParameterType
(int index) ReflectClass<?>[]
ReflectClass<?>
boolean
Methods inherited from interface org.teavm.metaprogramming.reflect.ReflectAnnotatedElement
getAnnotation
Methods inherited from interface org.teavm.metaprogramming.reflect.ReflectMember
getDeclaringClass, getModifiers, getName
-
Method Details
-
isConstructor
boolean isConstructor() -
getReturnType
ReflectClass<?> getReturnType() -
getParameterTypes
ReflectClass<?>[] getParameterTypes() -
getParameterType
-
getParameterAnnotations
-
getParameterCount
int getParameterCount() -
invoke
-
construct
-