Interface ResolvedConstructorDeclaration
- All Superinterfaces:
AssociableToAST,HasAccessSpecifier,ResolvedDeclaration,ResolvedMethodLikeDeclaration,ResolvedTypeParametrizable
A declaration of a constructor.
-
Method Summary
Modifier and TypeMethodDescriptionA constructor can be declared in a class or an enum.Methods inherited from interface com.github.javaparser.resolution.declarations.AssociableToAST
toAst, toAstMethods inherited from interface com.github.javaparser.resolution.declarations.HasAccessSpecifier
accessSpecifierMethods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asEnumConstant, asField, asMethod, asParameter, asPattern, asType, getName, hasName, isEnumConstant, isField, isMethod, isParameter, isPattern, isType, isVariableMethods inherited from interface com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration
findTypeParameter, formalParameterTypes, getClassName, getLastParam, getNumberOfParams, getNumberOfSpecifiedExceptions, getPackageName, getParam, getQualifiedName, getQualifiedSignature, getSignature, getSpecifiedException, getSpecifiedExceptions, hasVariadicParameterMethods inherited from interface com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
getTypeParameters, isGeneric
-
Method Details
-
declaringType
ResolvedReferenceTypeDeclaration declaringType()A constructor can be declared in a class or an enum.- Specified by:
declaringTypein interfaceResolvedMethodLikeDeclaration
-