public interface ResolvedConstructorDeclaration extends ResolvedMethodLikeDeclaration, AssociableToAST<ConstructorDeclaration>
| Modifier and Type | Method and Description |
|---|---|
ResolvedReferenceTypeDeclaration |
declaringType()
A constructor can be declared in a class or an enum.
|
findTypeParameter, getClassName, getLastParam, getNumberOfParams, getNumberOfSpecifiedExceptions, getPackageName, getParam, getQualifiedName, getQualifiedSignature, getSignature, getSpecifiedException, getSpecifiedExceptions, hasVariadicParameterasEnumConstant, asField, asMethod, asParameter, asType, getName, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isVariablegetTypeParameters, isGenericaccessSpecifiertoAstResolvedReferenceTypeDeclaration declaringType()
declaringType in interface ResolvedMethodLikeDeclarationCopyright © 2007–2020. All rights reserved.