This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Nullsafe__ClassLevelAnalysis (infer.Nullsafe__ClassLevelAnalysis)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.0"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">infer</a>» Nullsafe__ClassLevelAnalysis</nav><h1>Module <code>Nullsafe__ClassLevelAnalysis</code></h1></header><aside><p>This stage is called for each Java class after all corresponding proc summaries are calculated.</p></aside><dl><dtclass="spec value"id="val-analyze_class"><ahref="#val-analyze_class"class="anchor"></a><code><spanclass="keyword">val</span> analyze_class : <ahref="../IR/Tenv/index.html#type-t">IR.Tenv.t</a><span>-></span><ahref="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a><span>-></span><ahref="../Nullsafe/AggregatedSummaries/ClassInfo/index.html#type-t">Nullsafe.AggregatedSummaries.ClassInfo.t</a><span>-></span><ahref="../Absint/IssueLog/index.html#type-t">Absint.IssueLog.t</a><span>-></span><ahref="../Absint/IssueLog/index.html#type-t">Absint.IssueLog.t</a></code></dt><dd><p>Given aggregated summary for a class, analyze it, and return updated issue log, if necessary. This function will be called for each non-trivial<sup>1</sup> anonymous class in the file, including nested classes. Order of calls is not specified.</p><p><sup>1</sup>The class is non-trivial if it has at least one procedure, or contains at least one nested non-trivial class.</p><p>(Note that <code>IssueLog.t</code> is a mutable type so it can be actually mutated by this function: returning <code>IssueLog.t</code> is done for convenient chaining.)</p></dd></dl></div></body></html>