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.4 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Integration__Javac (infer.Integration__Javac)</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; Integration__Javac</nav><h1>Module <code>Integration__Javac</code></h1></header><dl><dt class="spec type" id="type-compiler"><a href="#type-compiler" class="anchor"></a><code><span class="keyword">type</span> compiler</code><code> = </code><table class="variant"><tr id="type-compiler.Java" class="anchored"><td class="def constructor"><a href="#type-compiler.Java" class="anchor"></a><code>| </code><code><span class="constructor">Java</span></code></td></tr><tr id="type-compiler.Javac" class="anchored"><td class="def constructor"><a href="#type-compiler.Javac" class="anchor"></a><code>| </code><code><span class="constructor">Javac</span></code></td></tr></table></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_compiler"><a href="#val-compare_compiler" class="anchor"></a><code><span class="keyword">val</span> compare_compiler : <a href="index.html#type-compiler">compiler</a> <span>&#45;&gt;</span> <a href="index.html#type-compiler">compiler</a> <span>&#45;&gt;</span> int</code></dt></dl></div></div></div><dl><dt class="spec value" id="val-call_infer_javac_capture"><a href="#val-call_infer_javac_capture" class="anchor"></a><code><span class="keyword">val</span> call_infer_javac_capture : <span>javac_args:<span>string list</span></span> <span>&#45;&gt;</span> unit</code></dt><dd><p>perform a javac catpure given args to javac, this will shell out to 'infer capture -- javac</p></dd></dl><dl><dt class="spec value" id="val-capture"><a href="#val-capture" class="anchor"></a><code><span class="keyword">val</span> capture : <a href="index.html#type-compiler">compiler</a> <span>&#45;&gt;</span> <span>prog:string</span> <span>&#45;&gt;</span> <span>args:<span>string list</span></span> <span>&#45;&gt;</span> unit</code></dt><dd><p>perform capture when given prog and args, this is the entrypoint for infer being called with 'capture -- javac'</p></dd></dl></div></body></html>