net.sf.retrotranslator.runtime.java.lang.reflect
Class _Method
java.lang.Object
net.sf.retrotranslator.runtime.java.lang.reflect._Method
public class _Method
- extends java.lang.Object
- Author:
- Taras Puchko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Method
public _Method()
getAnnotation
public static Annotation_ getAnnotation(java.lang.reflect.Method method,
java.lang.Class annotationType)
getAnnotations
public static Annotation_[] getAnnotations(java.lang.reflect.Method method)
getDeclaredAnnotations
public static Annotation_[] getDeclaredAnnotations(java.lang.reflect.Method method)
getDefaultValue
public static java.lang.Object getDefaultValue(java.lang.reflect.Method method)
getGenericExceptionTypes
public static java.lang.reflect.Type[] getGenericExceptionTypes(java.lang.reflect.Method method)
getGenericParameterTypes
public static java.lang.reflect.Type[] getGenericParameterTypes(java.lang.reflect.Method method)
getGenericReturnType
public static java.lang.reflect.Type getGenericReturnType(java.lang.reflect.Method method)
getParameterAnnotations
public static Annotation_[][] getParameterAnnotations(java.lang.reflect.Method method)
getTypeParameters
public static java.lang.reflect.TypeVariable[] getTypeParameters(java.lang.reflect.Method method)
isAnnotationPresent
public static boolean isAnnotationPresent(java.lang.reflect.Method method,
java.lang.Class annotationType)
isBridge
public static boolean isBridge(java.lang.reflect.Method method)
isSynthetic
public static boolean isSynthetic(java.lang.reflect.Method method)
isVarArgs
public static boolean isVarArgs(java.lang.reflect.Method method)
toGenericString
public static java.lang.String toGenericString(java.lang.reflect.Method method)