resolve

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

Return

a ResolvedMethodDeclaration representing the declaration of the invoked method.

See also

Throws

if the declaration corresponding to the method call expression could not be resolved.