net.sf.retrotranslator.runtime.java.lang.reflect
Class _Constructor
java.lang.Object
net.sf.retrotranslator.runtime.java.lang.reflect._Constructor
public class _Constructor
- 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 |
_Constructor
public _Constructor()
getAnnotation
public static Annotation_ getAnnotation(java.lang.reflect.Constructor constructor,
java.lang.Class annotationType)
getAnnotations
public static Annotation_[] getAnnotations(java.lang.reflect.Constructor constructor)
getDeclaredAnnotations
public static Annotation_[] getDeclaredAnnotations(java.lang.reflect.Constructor constructor)
getGenericExceptionTypes
public static java.lang.reflect.Type[] getGenericExceptionTypes(java.lang.reflect.Constructor constructor)
getGenericParameterTypes
public static java.lang.reflect.Type[] getGenericParameterTypes(java.lang.reflect.Constructor constructor)
getParameterAnnotations
public static Annotation_[][] getParameterAnnotations(java.lang.reflect.Constructor constructor)
getTypeParameters
public static java.lang.reflect.TypeVariable[] getTypeParameters(java.lang.reflect.Constructor constructor)
isAnnotationPresent
public static boolean isAnnotationPresent(java.lang.reflect.Constructor constructor,
java.lang.Class annotationType)
isSynthetic
public static boolean isSynthetic(java.lang.reflect.Constructor constructor)
isVarArgs
public static boolean isVarArgs(java.lang.reflect.Constructor constructor)
toGenericString
public static java.lang.String toGenericString(java.lang.reflect.Constructor constructor)