public class TConstructor<T> extends TAccessibleObject implements TMember
Constructor and Description |
---|
TConstructor(TClass<T> declaringClass,
String name,
int modifiers,
int accessLevel,
TClass<?>[] parameterTypes,
JSCallable callable) |
Modifier and Type | Method and Description |
---|---|
TClass<T> |
getDeclaringClass() |
int |
getModifiers() |
String |
getName() |
int |
getParameterCount() |
TClass<?>[] |
getParameterTypes() |
boolean |
isSynthetic() |
boolean |
isVarArgs() |
T |
newInstance(Object... initargs) |
String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, isAccessible, setAccessible, setAccessible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresent
public TConstructor(TClass<T> declaringClass, String name, int modifiers, int accessLevel, TClass<?>[] parameterTypes, JSCallable callable)
public TClass<T> getDeclaringClass()
getDeclaringClass
in interface TMember
public int getModifiers()
getModifiers
in interface TMember
public boolean isSynthetic()
isSynthetic
in interface TMember
public TClass<?>[] getParameterTypes()
public int getParameterCount()
public T newInstance(Object... initargs) throws TInstantiationException, TIllegalAccessException, TIllegalArgumentException, TInvocationTargetException
public boolean isVarArgs()
Copyright © 2019. All rights reserved.