Interface ReflectMember
- All Superinterfaces:
ReflectAnnotatedElement
- All Known Subinterfaces:
ReflectField
,ReflectMethod
-
Method Summary
Methods inherited from interface org.teavm.metaprogramming.reflect.ReflectAnnotatedElement
getAnnotation
-
Method Details
-
getDeclaringClass
ReflectClass<?> getDeclaringClass() -
getName
String getName() -
getModifiers
int getModifiers()
-