public class JavaSourceConstructor extends JavaSourceMethod implements IJavaClassConstructor
_containingClass, _genericParameterTypes, _genericReturnType, _method, _modifierList, _parameters, _parameterTypes, _returnType, _typeParameters| Constructor and Description |
|---|
JavaSourceConstructor(com.sun.source.tree.MethodTree method,
JavaSourceType containingClass) |
| Modifier and Type | Method and Description |
|---|---|
IParameterInfo[] |
convertGenericParameterTypes(IFeatureInfo container,
TypeVarToTypeMap actualParamByVarName) |
boolean |
isConstructor() |
boolean |
isDefault() |
Object |
newInstance(Object... objects) |
compareTo, create, equals, getActualParameterInfos, getAnnotation, getDeclaredAnnotations, getDefaultValue, getEnclosingClass, getExceptionTypes, getGenericParameterTypes, getGenericReturnType, getModifierList, getModifiers, getModule, getName, getParameterInfos, getParameters, getParameterTypes, getReturnClassInfo, getReturnType, getReturnTypeName, getTree, getTypeParameters, getTypeVariables, hashCode, initGenericParameterTypes, initParameterTypes, invoke, isAnnotationPresent, isBridge, isSynthetic, resolveImport, resolveType, resolveType, toStringfindInnerSourceType, getCompilationUnitTree, getDeclaringClass, getEndPosition, getLocationInfo, getSourcePositions, getStartPositionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExceptionTypes, getModifiers, getParameterInfos, getParameterTypesgetAnnotation, getDeclaredAnnotations, getEnclosingClass, getLocationInfo, isAnnotationPresentpublic JavaSourceConstructor(com.sun.source.tree.MethodTree method,
JavaSourceType containingClass)
public boolean isConstructor()
isConstructor in class JavaSourceMethodpublic IParameterInfo[] convertGenericParameterTypes(IFeatureInfo container, TypeVarToTypeMap actualParamByVarName)
convertGenericParameterTypes in interface IJavaClassConstructorpublic Object newInstance(Object... objects) throws InvocationTargetException, IllegalAccessException, InstantiationException
newInstance in interface IJavaClassConstructorInvocationTargetExceptionIllegalAccessExceptionInstantiationExceptionpublic boolean isDefault()
isDefault in interface IJavaClassConstructorCopyright © 2017. All rights reserved.