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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>JavaFrontend__JSourceLexer (infer.JavaFrontend__JSourceLexer)</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; JavaFrontend__JSourceLexer</nav><h1>Module <code>JavaFrontend__JSourceLexer</code></h1></header><dl><dt class="spec value" id="val-incr_linenum"><a href="#val-incr_linenum" class="anchor"></a><code><span class="keyword">val</span> incr_linenum : Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> unit</code></dt><dd><p>classic Ocamllex function to update current lexbuf line at each end of line</p></dd></dl><dl><dt class="spec value" id="val-__ocaml_lex_tables"><a href="#val-__ocaml_lex_tables" class="anchor"></a><code><span class="keyword">val</span> __ocaml_lex_tables : Stdlib.Lexing.lex_tables</code></dt><dt class="spec value" id="val-class_scan"><a href="#val-class_scan" class="anchor"></a><code><span class="keyword">val</span> class_scan : Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a></code></dt><dt class="spec value" id="val-__ocaml_lex_class_scan_rec"><a href="#val-__ocaml_lex_class_scan_rec" class="anchor"></a><code><span class="keyword">val</span> __ocaml_lex_class_scan_rec : Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> int <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a></code></dt><dt class="spec value" id="val-skip_well_parenthesized_parentheses"><a href="#val-skip_well_parenthesized_parentheses" class="anchor"></a><code><span class="keyword">val</span> skip_well_parenthesized_parentheses : Core_kernel__Int.t <span>&#45;&gt;</span> <span>(Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a>)</span> <span>&#45;&gt;</span> Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a></code></dt><dt class="spec value" id="val-__ocaml_lex_skip_well_parenthesized_parentheses_rec"><a href="#val-__ocaml_lex_skip_well_parenthesized_parentheses_rec" class="anchor"></a><code><span class="keyword">val</span> __ocaml_lex_skip_well_parenthesized_parentheses_rec : Core_kernel__Int.t <span>&#45;&gt;</span> <span>(Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a>)</span> <span>&#45;&gt;</span> Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> int <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a></code></dt><dt class="spec value" id="val-skip_comments"><a href="#val-skip_comments" class="anchor"></a><code><span class="keyword">val</span> skip_comments : <span>(Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a>)</span> <span>&#45;&gt;</span> Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a></code></dt><dt class="spec value" id="val-__ocaml_lex_skip_comments_rec"><a href="#val-__ocaml_lex_skip_comments_rec" class="anchor"></a><code><span class="keyword">val</span> __ocaml_lex_skip_comments_rec : <span>(Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a>)</span> <span>&#45;&gt;</span> Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> int <span>&#45;&gt;</span> <a href="../JavaFrontend/JSourceParser/index.html#type-token">JavaFrontend.JSourceParser.token</a></code><