Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4371d3368644c35d973c1717a39b9bf2 > files > 14

ocaml-bisect-devel-1.3-7.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="CombineParser.html">
<link rel="next" href="ReportText.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Runtime" rel="Chapter" href="Runtime.html">
<link title="Common" rel="Chapter" href="Common.html">
<link title="Version" rel="Chapter" href="Version.html">
<link title="ReportXML" rel="Chapter" href="ReportXML.html">
<link title="ReportUtils" rel="Chapter" href="ReportUtils.html">
<link title="ReportHTML" rel="Chapter" href="ReportHTML.html">
<link title="CombineAST" rel="Chapter" href="CombineAST.html">
<link title="ReportStat" rel="Chapter" href="ReportStat.html">
<link title="ReportGeneric" rel="Chapter" href="ReportGeneric.html">
<link title="Combine" rel="Chapter" href="Combine.html">
<link title="ReportXMLEmma" rel="Chapter" href="ReportXMLEmma.html">
<link title="ReportDump" rel="Chapter" href="ReportDump.html">
<link title="ReportArgs" rel="Chapter" href="ReportArgs.html">
<link title="ReportCSV" rel="Chapter" href="ReportCSV.html">
<link title="CombineParser" rel="Chapter" href="CombineParser.html">
<link title="CombineLexer" rel="Chapter" href="CombineLexer.html">
<link title="ReportText" rel="Chapter" href="ReportText.html"><title>CombineLexer</title>
</head>
<body>
<div class="navbar"><a class="pre" href="CombineParser.html" title="CombineParser">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="ReportText.html" title="ReportText">Next</a>
</div>
<h1>Module <a href="type_CombineLexer.html">CombineLexer</a></h1>

<pre><span class="keyword">module</span> CombineLexer: <code class="code">sig</code> <a href="CombineLexer.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><code><span id="TYPEerror"><span class="keyword">type</span> <code class="type"></code>error</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTerror.Invalid_character"><span class="constructor">Invalid_character</span></span> <span class="keyword">of</span> <code class="type">char</code></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTerror.Unexpected_end_of_file"><span class="constructor">Unexpected_end_of_file</span></span></code></td>

</tr></table>



<pre><span id="VALstring_of_error"><span class="keyword">val</span> string_of_error</span> : <code class="type"><a href="CombineLexer.html#TYPEerror">error</a> -> string</code></pre>
<pre><span id="VALfail"><span class="keyword">val</span> fail</span> : <code class="type">Lexing.lexbuf -> <a href="CombineLexer.html#TYPEerror">error</a> -> 'a</code></pre>
<pre><span id="VALincr_line"><span class="keyword">val</span> incr_line</span> : <code class="type">Lexing.lexbuf -> unit</code></pre>
<pre><span id="VALadd_char"><span class="keyword">val</span> add_char</span> : <code class="type">string -> Buffer.t -> string -> unit</code></pre>
<pre><span id="VALadd_octal_char"><span class="keyword">val</span> add_octal_char</span> : <code class="type">Buffer.t -> string -> unit</code></pre>
<pre><span id="VALadd_hexa_char"><span class="keyword">val</span> add_hexa_char</span> : <code class="type">Buffer.t -> string -> unit</code></pre>
<pre><span id="VAL__ocaml_lex_tables"><span class="keyword">val</span> __ocaml_lex_tables</span> : <code class="type">Lexing.lex_tables</code></pre>
<pre><span id="VALtoken"><span class="keyword">val</span> token</span> : <code class="type">Lexing.lexbuf -> <a href="CombineParser.html#TYPEtoken">CombineParser.token</a></code></pre>
<pre><span id="VAL__ocaml_lex_token_rec"><span class="keyword">val</span> __ocaml_lex_token_rec</span> : <code class="type">Lexing.lexbuf -> int -> <a href="CombineParser.html#TYPEtoken">CombineParser.token</a></code></pre>
<pre><span id="VALstring"><span class="keyword">val</span> string</span> : <code class="type">int -> char -> Buffer.t -> Lexing.lexbuf -> <a href="CombineParser.html#TYPEtoken">CombineParser.token</a></code></pre>
<pre><span id="VAL__ocaml_lex_string_rec"><span class="keyword">val</span> __ocaml_lex_string_rec</span> : <code class="type">int -> char -> Buffer.t -> Lexing.lexbuf -> int -> <a href="CombineParser.html#TYPEtoken">CombineParser.token</a></code></pre>
<pre><span id="VALcomment"><span class="keyword">val</span> comment</span> : <code class="type">int -> Lexing.lexbuf -> <a href="CombineParser.html#TYPEtoken">CombineParser.token</a></code></pre>
<pre><span id="VAL__ocaml_lex_comment_rec"><span class="keyword">val</span> __ocaml_lex_comment_rec</span> : <code class="type">int -> Lexing.lexbuf -> int -> <a href="CombineParser.html#TYPEtoken">CombineParser.token</a></code></pre></body></html>