public interface IJavaClassConstructor extends IJavaAnnotatedElement, Serializable
| Modifier and Type | Method and Description |
|---|---|
IParameterInfo[] |
convertGenericParameterTypes(IFeatureInfo container,
TypeVarToTypeMap actualParamByVarName) |
IJavaClassInfo[] |
getExceptionTypes() |
int |
getModifiers() |
List<Parameter> |
getParameterInfos() |
IJavaClassInfo[] |
getParameterTypes() |
boolean |
isDefault() |
Object |
newInstance(Object... objects) |
getAnnotation, getDeclaredAnnotations, getEnclosingClass, getLocationInfo, isAnnotationPresentIJavaClassInfo[] getExceptionTypes()
int getModifiers()
IParameterInfo[] convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)
IJavaClassInfo[] getParameterTypes()
Object newInstance(Object... objects) throws InvocationTargetException, IllegalAccessException, InstantiationException
boolean isDefault()
Copyright © 2020. All rights reserved.