You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
1.8 KiB

This file contains ambiguous Unicode characters!

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>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>AggregatedSummaries (infer.Nullsafe.AggregatedSummaries)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../../index.html">infer</a> &#x00BB; <a href="../index.html">Nullsafe</a> &#x00BB; 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><dt class="spec module" id="module-ClassInfo"><a href="#module-ClassInfo" class="anchor"></a><code><span class="keyword">module</span> <a href="ClassInfo/index.html">ClassInfo</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>Aggregated information for each user defined (not anonymous) Java class</p></dd></dl><dl><dt class="spec value" id="val-aggregate"><a href="#val-aggregate" class="anchor"></a><code><span class="keyword">val</span> aggregate : <span><span>(<a href="../../IR/JavaClassName/index.html#type-t">IR.JavaClassName.t</a> * <a href="../NullsafeSummary/index.html#type-t">NullsafeSummary.t</a>)</span> list</span> <span>&#45;&gt;</span> <span><a href="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>