contextFor abstract method
Return the existing analysis context that should be used to analyze the
given path
, or throw StateError if the path
is not analyzed in any
of the created analysis contexts.
Implementation
AnalysisContext contextFor(String path);