net.sf.retrotranslator.runtime.java.lang.reflect
Class _Constructor

java.lang.Object
  extended by net.sf.retrotranslator.runtime.java.lang.reflect._Constructor

public class _Constructor
extends java.lang.Object

Author:
Taras Puchko

Constructor Summary
_Constructor()
           
 
Method Summary
static Annotation_ getAnnotation(java.lang.reflect.Constructor constructor, java.lang.Class annotationType)
           
static Annotation_[] getAnnotations(java.lang.reflect.Constructor constructor)
           
static Annotation_[] getDeclaredAnnotations(java.lang.reflect.Constructor constructor)
           
static java.lang.reflect.Type[] getGenericExceptionTypes(java.lang.reflect.Constructor constructor)
           
static java.lang.reflect.Type[] getGenericParameterTypes(java.lang.reflect.Constructor constructor)
           
static Annotation_[][] getParameterAnnotations(java.lang.reflect.Constructor constructor)
           
static java.lang.reflect.TypeVariable[] getTypeParameters(java.lang.reflect.Constructor constructor)
           
static boolean isAnnotationPresent(java.lang.reflect.Constructor constructor, java.lang.Class annotationType)
           
static boolean isSynthetic(java.lang.reflect.Constructor constructor)
           
static boolean isVarArgs(java.lang.reflect.Constructor constructor)
           
static java.lang.String toGenericString(java.lang.reflect.Constructor constructor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_Constructor

public _Constructor()
Method Detail

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)