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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>AnnotatedField (infer.Nullsafe.AnnotatedField)</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; <a href="../index.html">Nullsafe</a> &#x00BB; AnnotatedField</nav><h1>Module <code>Nullsafe.AnnotatedField</code></h1></header><aside><p>Representation of a declared class field with nullsafe-specific data</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><code>{</code><table class="record"><tr id="type-t.annotation_deprecated" class="anchored"><td class="def field"><a href="#type-t.annotation_deprecated" class="anchor"></a><code>annotation_deprecated : <a href="../../IR/Annot/Item/index.html#type-t">IR.Annot.Item.t</a>;</code></td></tr><tr id="type-t.annotated_type" class="anchored"><td class="def field"><a href="#type-t.annotated_type" class="anchor"></a><code>annotated_type : <a href="../AnnotatedType/index.html#type-t">AnnotatedType.t</a>;</code></td></tr></table><code>}</code></dt></dl><dl><dt class="spec value" id="val-get"><a href="#val-get" class="anchor"></a><code><span class="keyword">val</span> get : <a href="../../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <span>&#45;&gt;</span> <a href="../../IR/Fieldname/index.html#type-t">IR.Fieldname.t</a> <span>&#45;&gt;</span> <span>class_typ:<a href="../../IR/Typ/index.html#type-t">IR.Typ.t</a></span> <span>&#45;&gt;</span> <span>class_under_analysis:<a href="../../IR/Typ/index.html#type-name">IR.Typ.name</a></span> <span>&#45;&gt;</span> <span><a href="index.html#type-t">t</a> option</span></code></dt><dd><p>Looks up for a field declaration and, in case of success, converts it to <code>t</code></p></dd></dl></div></body></html>