reanalyze method

Future reanalyze()

Force re-reading of all potentially changed files, re-resolving of all referenced URIs, and corresponding re-analysis of everything affected in the current analysis roots.

Implementation

Future reanalyze() => _call('analysis.reanalyze');