Interface ReflectMethod
- All Superinterfaces:
ReflectAnnotatedElement,ReflectMember
-
Method Summary
Modifier and TypeMethodDescriptiongetParameterAnnotations(int index) intReflectClass<?> getParameterType(int index) ReflectClass<?>[]ReflectClass<?> booleanMethods inherited from interface org.teavm.metaprogramming.reflect.ReflectAnnotatedElement
getAnnotationMethods 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
-