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>AggregatedSummaries (infer.Nullsafe.AggregatedSummaries)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><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>»<ahref="../index.html">Nullsafe</a>» AggregatedSummaries</nav><h1>Module <code>Nullsafe.AggregatedSummaries</code></h1></header><aside><p>Results of proc-level analysis, grouped by Java class they belong to. Useful for class-level analysis, when summaries for all methods are calculated and need to be combined together.</p></aside><dl><dtclass="spec module"id="module-ClassInfo"><ahref="#module-ClassInfo"class="anchor"></a><code><spanclass="keyword">module</span><ahref="ClassInfo/index.html">ClassInfo</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></dt><dd><p>Aggregated information for each user defined (not anonymous) Java class</p></dd></dl><dl><dtclass="spec value"id="val-aggregate"><ahref="#val-aggregate"class="anchor"></a><code><spanclass="keyword">val</span> aggregate : <span><span>(<ahref="../../IR/JavaClassName/index.html#type-t">IR.JavaClassName.t</a> * <ahref="../NullsafeSummary/index.html#type-t">NullsafeSummary.t</a>)</span> list</span><span>-></span><span><ahref="ClassInfo/index.html#type-t">ClassInfo.t</a> list</span></code></dt><dd><p>Given a list of all summaries and their classes, group them by names and aggregate in a list of top-level classes.</p></dd></dl></div></body></html>