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
3.2 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Nullsafe__ProvisionalAnnotation (infer.Nullsafe__ProvisionalAnnotation)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><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; Nullsafe__ProvisionalAnnotation</nav><h1>Module <code>Nullsafe__ProvisionalAnnotation</code></h1></header><aside><p>Provisional annotation is an imaginary <code>@Nullable</code> annotation that is added to a class element. * (It implies the corresponding element is NOT annotated as <code>@Nullable</code> in the source code.) * The purpose of provisional annotation is to compute Nullability graph: what would happen if such and such * element was annotated as <code>@Nullable</code>.</p></aside><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = </code><table class="variant"><tr id="type-t.Field" class="anchored"><td class="def constructor"><a href="#type-t.Field" class="anchor"></a><code>| </code><code><span class="constructor">Field</span> <span class="keyword">of</span> </code><code>{</code><table class="record"><tr id="type-t.field_name" class="anchored"><td class="def field"><a href="#type-t.field_name" class="anchor"></a><code>field_name : <a href="../IR/Fieldname/index.html#type-t">IR.Fieldname.t</a>;</code></td></tr></table><code>}</code></td></tr><tr id="type-t.Method" class="anchored"><td class="def constructor"><a href="#type-t.Method" class="anchor"></a><code>| </code><code><span class="constructor">Method</span> <span class="keyword">of</span> <a href="../IR/Procname/Java/index.html#type-t">IR.Procname.Java.t</a></code></td></tr><tr id="type-t.Param" class="anchored"><td class="def constructor"><a href="#type-t.Param" class="anchor"></a><code>| </code><code><span class="constructor">Param</span> <span class="keyword">of</span> </code><code>{</code><table class="record"><tr id="type-t.method_info" class="anchored"><td class="def field"><a href="#type-t.method_info" class="anchor"></a><code>method_info : <a href="../IR/Procname/Java/index.html#type-t">IR.Procname.Java.t</a>;</code></td></tr><tr id="type-t.num" class="anchored"><td class="def field"><a href="#type-t.num" class="anchor"></a><code>num : int;</code></td></tr></table><code>}</code></td></tr></table></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare"><a href="#val-compare" class="anchor"></a><code><span class="keyword">val</span> compare : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt></dl></div></div></div><dl><dt class="spec value" id="val-pp"><a href="#val-pp" class="anchor"></a><code><span class="keyword">val</span> pp : Stdlib.Format.formatter <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> unit</code></dt></dl></div></body></html>