resolve

Attempts to resolve the declaration corresponding to the invoked constructor. If successful, a ResolvedConstructorDeclaration representing the declaration of the constructor invoked by this ExplicitConstructorInvocationStmt is returned. Otherwise, an UnsolvedSymbolException is thrown.

Return

a ResolvedConstructorDeclaration representing the declaration of the invoked constructor.

See also

Throws

if the declaration corresponding to the explicit constructor invocation statement could not be resolved.