| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.lang.reflect |
||
| 54 | ||
getDeclaringClass() : Class |
||
getName() : String |
||
getModifiers() : int |
||
accessFlags() : Set |
||
getTypeParameters() : TypeVariable[] |
||
getParameterTypes() : Class[] |
||
getParameterCount() : int |
||
getGenericParameterTypes() : Type[] |
||
getParameters() : Parameter[] |
||
getExceptionTypes() : Class[] |
||
getGenericExceptionTypes() : Type[] |
||
toGenericString() : String |
||
isVarArgs() : boolean |
||
isSynthetic() : boolean |
||
getParameterAnnotations() : Annotation[][] |
||
getAnnotation(Class) : Annotation |
||
getAnnotationsByType(Class) : Annotation[] |
||
getDeclaredAnnotations() : Annotation[] |
||
getAnnotatedReturnType() : AnnotatedType |
||
getAnnotatedReceiverType() : AnnotatedType |
||
getAnnotatedParameterTypes() : AnnotatedType[] |
||
getAnnotatedExceptionTypes() : AnnotatedType[] |