public interface IResolvedConstructor extends IResolvedExecutable
JvmConstructor.| Modifier and Type | Method and Description |
|---|---|
JvmConstructor |
getDeclaration()
Returns the declared constructor that is resolved.
|
List<JvmTypeParameter> |
getTypeParameters()
Returns the list of declared type parameters of the
constructor. |
getResolvedExceptions, getResolvedParameterTypesgetContextType, getResolvedDeclarator, getResolvedErasureSignature, getResolvedSignature, getSimpleSignatureJvmConstructor getDeclaration()
getDeclaration in interface IResolvedExecutablegetDeclaration in interface IResolvedFeatureList<JvmTypeParameter> getTypeParameters()
constructor.
This is not the list of type parameters on the type that declares
this constructor.getTypeParameters in interface IResolvedExecutableCopyright © 2015. All Rights Reserved.