public interface ResolvedConstructorDeclaration extends ResolvedMethodLikeDeclaration
Modifier and Type | Method and Description |
---|---|
ResolvedReferenceTypeDeclaration |
declaringType()
A constructor can be declared in a class or an enum.
|
findTypeParameter, formalParameterTypes, getClassName, getLastParam, getNumberOfParams, getNumberOfSpecifiedExceptions, getPackageName, getParam, getQualifiedName, getQualifiedSignature, getSignature, getSpecifiedException, getSpecifiedExceptions, hasVariadicParameter
asEnumConstant, asField, asMethod, asParameter, asType, asTypePattern, getName, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isTypePattern, isVariable
toAst, toAst
getTypeParameters, isGeneric
accessSpecifier
ResolvedReferenceTypeDeclaration declaringType()
declaringType
in interface ResolvedMethodLikeDeclaration
Copyright © 2007–2024. All rights reserved.