public class JavaSourceDefaultConstructor extends Object implements IJavaClassConstructor
| Constructor and Description |
|---|
JavaSourceDefaultConstructor(IJavaClassInfo classInfo) |
| Modifier and Type | Method and Description |
|---|---|
IParameterInfo[] |
convertGenericParameterTypes(IFeatureInfo container,
TypeVarToTypeMap actualParamByVarName) |
IAnnotationInfo |
getAnnotation(Class annotationClass) |
IAnnotationInfo[] |
getDeclaredAnnotations() |
IJavaClassInfo |
getEnclosingClass() |
IJavaClassInfo[] |
getExceptionTypes() |
int |
getModifiers() |
List<Parameter> |
getParameterInfos() |
IJavaClassInfo[] |
getParameterTypes() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
boolean |
isDefault() |
Object |
newInstance(Object... objects) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationInfopublic JavaSourceDefaultConstructor(IJavaClassInfo classInfo)
public List<Parameter> getParameterInfos()
getParameterInfos in interface IJavaClassConstructorpublic IParameterInfo[] convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)
convertGenericParameterTypes in interface IJavaClassConstructorpublic IJavaClassInfo getEnclosingClass()
getEnclosingClass in interface IJavaAnnotatedElementpublic IJavaClassInfo[] getExceptionTypes()
getExceptionTypes in interface IJavaClassConstructorpublic int getModifiers()
getModifiers in interface IJavaClassConstructorpublic IJavaClassInfo[] getParameterTypes()
getParameterTypes in interface IJavaClassConstructorpublic IAnnotationInfo getAnnotation(Class annotationClass)
getAnnotation in interface IJavaAnnotatedElementpublic IAnnotationInfo[] getDeclaredAnnotations()
getDeclaredAnnotations in interface IJavaAnnotatedElementpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in interface IJavaAnnotatedElementpublic Object newInstance(Object... objects) throws InvocationTargetException, IllegalAccessException, InstantiationException
newInstance in interface IJavaClassConstructorInvocationTargetExceptionIllegalAccessExceptionInstantiationExceptionpublic boolean isDefault()
isDefault in interface IJavaClassConstructorCopyright © 2017. All rights reserved.