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.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__CTL (infer.InferModules__CTL)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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> » InferModules__CTL</nav><h1>Module <code>InferModules__CTL</code></h1><p>This module defines a language to define checkers. These checkers are interpreted over the AST of the program. A checker is defined by a CTL formula which expresses a condition saying when the checker should report a problem.</p></header><dl><dt class="spec type" id="type-transitions"><a href="#type-transitions" class="anchor"></a><code><span class="keyword">type</span> transitions</code><code> = </code><table class="variant"><tr id="type-transitions.AccessorForProperty" class="anchored"><td class="def constructor"><a href="#type-transitions.AccessorForProperty" class="anchor"></a><code>| </code><code><span class="constructor">AccessorForProperty</span> <span class="keyword">of</span> <a href="../InferModules/ALVar/index.html#type-alexp">InferModules.ALVar.alexp</a></code></td><td class="doc"><p>decl to decl</p></td></tr><tr id="type-transitions.Body" class="anchored"><td class="def constructor"><a href="#type-transitions.Body" class="anchor"></a><code>| </code><code><span class="constructor">Body</span></code></td><td class="doc"><p>decl to stmt</p></td></tr><tr id="type-transitions.FieldName" class="anchored"><td class="def constructor"><a href="#type-transitions.FieldName" class="anchor"></a><code>| </code><code><span class="constructor">FieldName</span> <span class="keyword">of</span> <a href="../InferModules/ALVar/index.html#type-alexp">InferModules.ALVar.alexp</a></code></td><td class="doc"><p>stmt to stmt, decl to decl</p></td></tr><tr id="type-transitions.Fields" class="anchored"><td class="def constructor"><a href="#type-transitions.Fields" class="anchor"></a><code>| </code><code><span class="constructor">Fields</span></code></td><td class="doc"><p>stmt to stmt, decl to decl</p></td></tr><tr id="type-transitions.InitExpr" class="anchored"><td class="def constructor"><a href="#type-transitions.InitExpr" class="anchor"></a><code>| </code><code><span class="constructor">InitExpr</span></code></td><td class="doc"><p>decl to stmt</p></td></tr><tr id="type-transitions.Super" class="anchored"><td class="def constructor"><a href="#type-transitions.Super" class="anchor"></a><code>| </code><code><span class="constructor">Super</span></code></td><td class="doc"><p>decl to decl</p></td></tr><tr id="type-transitions.ParameterName" class="anchored"><td class="def constructor"><a href="#type-transitions.ParameterName" class="anchor"></a><code>| </code><code><span class="constructor">ParameterName</span> <span class="keyword">of</span> <a href="../InferModules/ALVar/index.html#type-alexp">InferModules.ALVar.alexp</a></code></td><td class="doc"><p>stmt to stmt, decl to decl</p></td></tr><tr id="type-transitions.ParameterPos" class="anchored"><td class="def constructor"><a href="#type-transitions.ParameterPos" class="anchor"></a><code>| </code><code><span class="constructor">ParameterPos</span> <span class="keyword">of</span> <a href="../InferModules/ALVar/index.html#type-alexp">InferModules.ALVar.alexp</a></code></td><td class="doc"><p>stmt to stmt, decl to decl</p></td></tr><tr id="type-transitions.Parameters" class="anchored"><td class="def constructor"><a href="#type-transitions.Parameters" class="anchor"></a><code>| </code><code><span class="constructor">Parameters</span></code></td><td class="doc"><p>stmt to stmt, decl to decl</p></td></tr><tr id="type-transitions.Cond" class="anchored"><td class="def constructor"><a href="#type-transitions.Cond" class="anchor"></a><code>| </code><code><span class="constructor">Cond</span></code></td></tr><tr id=
|