public final class Target_java_lang_reflect_Constructor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Target_java_lang_reflect_Constructor.ConstructorAnnotatedReceiverTypeComputer
The Constructor.annotatedReceiverType computation is needed, even though there is a similar
computation for Executable.annotatedReceiverType, because the Constructor class overrides
Executable.getAnnotatedReceiverType().
|
| Constructor and Description |
|---|
Target_java_lang_reflect_Constructor() |
| Modifier and Type | Method and Description |
|---|---|
void |
constructor(Class<?> declaringClass,
Class<?>[] parameterTypes,
Class<?>[] checkedExceptions,
int modifiers,
int slot,
String signature,
byte[] annotations,
byte[] parameterAnnotations) |
AnnotatedType |
getAnnotatedReceiverType() |
Class<?> |
getDeclaringClass() |
Annotation[][] |
getParameterAnnotations() |
public Target_java_lang_reflect_Constructor()
public void constructor(Class<?> declaringClass, Class<?>[] parameterTypes, Class<?>[] checkedExceptions, int modifiers, int slot, String signature, byte[] annotations, byte[] parameterAnnotations)
public Class<?> getDeclaringClass()
public Annotation[][] getParameterAnnotations()
public AnnotatedType getAnnotatedReceiverType()