blob: 2f1a9e16bc5acd60601b619120bee7dfed781506 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3"/>
<title>Lucene.Net: Lucene.Net.QueryParsers.ICharStream Interface Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="lucene-net-icon-128x128.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Lucene.Net
&#160;<span id="projectnumber">3.0.3</span>
</div>
<div id="projectbrief">Lucene.Net is a .NET port of the Java Lucene Indexing Library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="Index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Properties</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_lucene.html">Lucene</a></li><li class="navelem"><a class="el" href="namespace_lucene_1_1_net.html">Net</a></li><li class="navelem"><a class="el" href="namespace_lucene_1_1_net_1_1_query_parsers.html">QueryParsers</a></li><li class="navelem"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html">ICharStream</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#properties">Properties</a> &#124;
<a href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Lucene.Net.QueryParsers.ICharStream Interface Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>This interface describes a character stream that maintains line and column number positions of the characters. It also has the capability to backup the stream to some extent. An implementation of this interface is used in the TokenManager implementation generated by JavaCCParser.
<a href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#details">More...</a></p>
<p>Inherited by <a class="el" href="class_lucene_1_1_net_1_1_query_parsers_1_1_fast_char_stream.html">Lucene.Net.QueryParsers.FastCharStream</a>.</p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a4432a2a90e6602d2b0f3baec66ae9053"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a4432a2a90e6602d2b0f3baec66ae9053">ReadChar</a> ()</td></tr>
<tr class="memdesc:a4432a2a90e6602d2b0f3baec66ae9053"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the next character from the selected input. The method of selecting the input is the responsibility of the class implementing this interface. Can throw any java.io.IOException. <a href="#a4432a2a90e6602d2b0f3baec66ae9053"></a><br/></td></tr>
<tr class="separator:a4432a2a90e6602d2b0f3baec66ae9053"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a44ca5302facf15b0272fe2656620ddc9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a44ca5302facf15b0272fe2656620ddc9">Backup</a> (int amount)</td></tr>
<tr class="memdesc:a44ca5302facf15b0272fe2656620ddc9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Backs up the input stream by amount steps. Lexer calls this method if it had already read some characters, but could not use them to match a (longer) token. So, they will be used again as the prefix of the next token and it is the implemetation's responsibility to do this right. <a href="#a44ca5302facf15b0272fe2656620ddc9"></a><br/></td></tr>
<tr class="separator:a44ca5302facf15b0272fe2656620ddc9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9774828c51fee85b6b17275f017b9b8a"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a9774828c51fee85b6b17275f017b9b8a">BeginToken</a> ()</td></tr>
<tr class="memdesc:a9774828c51fee85b6b17275f017b9b8a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the next character that marks the beginning of the next token. All characters must remain in the buffer between two successive calls to this method to implement backup correctly. <a href="#a9774828c51fee85b6b17275f017b9b8a"></a><br/></td></tr>
<tr class="separator:a9774828c51fee85b6b17275f017b9b8a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a09ec404a46a04ec0568abc837f83a429"><td class="memItemLeft" align="right" valign="top">char[]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a09ec404a46a04ec0568abc837f83a429">GetSuffix</a> (int len)</td></tr>
<tr class="memdesc:a09ec404a46a04ec0568abc837f83a429"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns an array of characters that make up the suffix of length 'len' for the currently matched token. This is used to build up the matched string for use in actions in the case of MORE. A simple and inefficient implementation of this is as follows : <a href="#a09ec404a46a04ec0568abc837f83a429"></a><br/></td></tr>
<tr class="separator:a09ec404a46a04ec0568abc837f83a429"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4fb763fcef007b1b700a178229360267"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a4fb763fcef007b1b700a178229360267">Done</a> ()</td></tr>
<tr class="memdesc:a4fb763fcef007b1b700a178229360267"><td class="mdescLeft">&#160;</td><td class="mdescRight">The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class. Again, the body of this function can be just empty and it will not affect the lexer's operation. <a href="#a4fb763fcef007b1b700a178229360267"></a><br/></td></tr>
<tr class="separator:a4fb763fcef007b1b700a178229360267"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:a18a384cf4faf3522d925bb2e37cb1601"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a18a384cf4faf3522d925bb2e37cb1601">Column</a><code> [get]</code></td></tr>
<tr class="memdesc:a18a384cf4faf3522d925bb2e37cb1601"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the column position of the character last read. <a href="#a18a384cf4faf3522d925bb2e37cb1601"></a><br/></td></tr>
<tr class="separator:a18a384cf4faf3522d925bb2e37cb1601"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a503ed3236d45dbcdff61693e067520b9"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a503ed3236d45dbcdff61693e067520b9">Line</a><code> [get]</code></td></tr>
<tr class="memdesc:a503ed3236d45dbcdff61693e067520b9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the line number of the character last read. <a href="#a503ed3236d45dbcdff61693e067520b9"></a><br/></td></tr>
<tr class="separator:a503ed3236d45dbcdff61693e067520b9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af8d560d57df9d0457595f0fe74bfb150"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#af8d560d57df9d0457595f0fe74bfb150">EndColumn</a><code> [get]</code></td></tr>
<tr class="memdesc:af8d560d57df9d0457595f0fe74bfb150"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the column number of the last character for current token (being matched after the last call to BeginTOken). <a href="#af8d560d57df9d0457595f0fe74bfb150"></a><br/></td></tr>
<tr class="separator:af8d560d57df9d0457595f0fe74bfb150"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5888d082e197f2f627d7ce4bd8bf1d4b"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a5888d082e197f2f627d7ce4bd8bf1d4b">EndLine</a><code> [get]</code></td></tr>
<tr class="memdesc:a5888d082e197f2f627d7ce4bd8bf1d4b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the line number of the last character for current token (being matched after the last call to BeginTOken). <a href="#a5888d082e197f2f627d7ce4bd8bf1d4b"></a><br/></td></tr>
<tr class="separator:a5888d082e197f2f627d7ce4bd8bf1d4b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5623f5d1871289b551008dc53ff1a9fe"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a5623f5d1871289b551008dc53ff1a9fe">BeginColumn</a><code> [get]</code></td></tr>
<tr class="memdesc:a5623f5d1871289b551008dc53ff1a9fe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the column number of the first character for current token (being matched after the last call to BeginTOken). <a href="#a5623f5d1871289b551008dc53ff1a9fe"></a><br/></td></tr>
<tr class="separator:a5623f5d1871289b551008dc53ff1a9fe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2129c81118dfb09ccbb125c6dca13325"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a2129c81118dfb09ccbb125c6dca13325">BeginLine</a><code> [get]</code></td></tr>
<tr class="memdesc:a2129c81118dfb09ccbb125c6dca13325"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the line number of the first character for current token (being matched after the last call to BeginTOken). <a href="#a2129c81118dfb09ccbb125c6dca13325"></a><br/></td></tr>
<tr class="separator:a2129c81118dfb09ccbb125c6dca13325"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad8a9ccaaaf371ecb98876eb91a8d7a52"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#ad8a9ccaaaf371ecb98876eb91a8d7a52">Image</a><code> [get]</code></td></tr>
<tr class="memdesc:ad8a9ccaaaf371ecb98876eb91a8d7a52"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a string made up of characters from the marked token beginning to the current buffer position. Implementations have the choice of returning anything that they want to. For example, for efficiency, one might decide to just return null, which is a valid implementation. <a href="#ad8a9ccaaaf371ecb98876eb91a8d7a52"></a><br/></td></tr>
<tr class="separator:ad8a9ccaaaf371ecb98876eb91a8d7a52"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This interface describes a character stream that maintains line and column number positions of the characters. It also has the capability to backup the stream to some extent. An implementation of this interface is used in the TokenManager implementation generated by JavaCCParser. </p>
<p>All the methods except backup can be implemented in any fashion. backup needs to be implemented correctly for the correct operation of the lexer. Rest of the methods are all used to get information like line number, column number and the String that constitutes a token and are not used by the lexer. Hence their implementation won't affect the generated lexer's operation. </p>
<p>Definition at line <a class="el" href="_query_parser_2_char_stream_8cs_source.html#l00040">40</a> of file <a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a>.</p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a44ca5302facf15b0272fe2656620ddc9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Lucene.Net.QueryParsers.ICharStream.Backup </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>amount</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Backs up the input stream by amount steps. Lexer calls this method if it had already read some characters, but could not use them to match a (longer) token. So, they will be used again as the prefix of the next token and it is the implemetation's responsibility to do this right. </p>
<p>Implemented in <a class="el" href="class_lucene_1_1_net_1_1_query_parsers_1_1_fast_char_stream.html#ab6dacd91f3d90577920ad5ba53c0d3cb">Lucene.Net.QueryParsers.FastCharStream</a>.</p>
</div>
</div>
<a class="anchor" id="a9774828c51fee85b6b17275f017b9b8a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char Lucene.Net.QueryParsers.ICharStream.BeginToken </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the next character that marks the beginning of the next token. All characters must remain in the buffer between two successive calls to this method to implement backup correctly. </p>
<p>Implemented in <a class="el" href="class_lucene_1_1_net_1_1_query_parsers_1_1_fast_char_stream.html#a1285984b33fc6842c57372f465a4d184">Lucene.Net.QueryParsers.FastCharStream</a>.</p>
</div>
</div>
<a class="anchor" id="a4fb763fcef007b1b700a178229360267"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Lucene.Net.QueryParsers.ICharStream.Done </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class. Again, the body of this function can be just empty and it will not affect the lexer's operation. </p>
<p>Implemented in <a class="el" href="class_lucene_1_1_net_1_1_query_parsers_1_1_fast_char_stream.html#a1992fe087b99d12448f95fbe2907c988">Lucene.Net.QueryParsers.FastCharStream</a>.</p>
</div>
</div>
<a class="anchor" id="a09ec404a46a04ec0568abc837f83a429"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char [] Lucene.Net.QueryParsers.ICharStream.GetSuffix </td>
<td>(</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>len</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns an array of characters that make up the suffix of length 'len' for the currently matched token. This is used to build up the matched string for use in actions in the case of MORE. A simple and inefficient implementation of this is as follows : </p>
<p>{ String t = GetImage(); return t.substring(t.length() - len, t.length()).toCharArray(); } </p>
<p>Implemented in <a class="el" href="class_lucene_1_1_net_1_1_query_parsers_1_1_fast_char_stream.html#a942ddfa6f81cf6667808c28d6bcc09da">Lucene.Net.QueryParsers.FastCharStream</a>.</p>
</div>
</div>
<a class="anchor" id="a4432a2a90e6602d2b0f3baec66ae9053"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char Lucene.Net.QueryParsers.ICharStream.ReadChar </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the next character from the selected input. The method of selecting the input is the responsibility of the class implementing this interface. Can throw any java.io.IOException. </p>
<p>Implemented in <a class="el" href="class_lucene_1_1_net_1_1_query_parsers_1_1_fast_char_stream.html#a70e53d6f61fef3c374bda81b3d9ccef6">Lucene.Net.QueryParsers.FastCharStream</a>.</p>
</div>
</div>
<h2 class="groupheader">Property Documentation</h2>
<a class="anchor" id="a5623f5d1871289b551008dc53ff1a9fe"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int Lucene.Net.QueryParsers.ICharStream.BeginColumn</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the column number of the first character for current token (being matched after the last call to BeginTOken). </p>
<p>Definition at line <a class="el" href="_query_parser_2_char_stream_8cs_source.html#l00077">77</a> of file <a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a2129c81118dfb09ccbb125c6dca13325"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int Lucene.Net.QueryParsers.ICharStream.BeginLine</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the line number of the first character for current token (being matched after the last call to BeginTOken). </p>
<p>Definition at line <a class="el" href="_query_parser_2_char_stream_8cs_source.html#l00082">82</a> of file <a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a18a384cf4faf3522d925bb2e37cb1601"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int Lucene.Net.QueryParsers.ICharStream.Column</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the column position of the character last read.</p>
<p>&lt;deprecated&gt; &lt;/deprecated&gt; </p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#af8d560d57df9d0457595f0fe74bfb150" title="Returns the column number of the last character for current token (being matched after the last call ...">EndColumn</a></dd></dl>
<p>Definition at line <a class="el" href="_query_parser_2_char_stream_8cs_source.html#l00054">54</a> of file <a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a>.</p>
</div>
</div>
<a class="anchor" id="af8d560d57df9d0457595f0fe74bfb150"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int Lucene.Net.QueryParsers.ICharStream.EndColumn</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the column number of the last character for current token (being matched after the last call to BeginTOken). </p>
<p>Definition at line <a class="el" href="_query_parser_2_char_stream_8cs_source.html#l00067">67</a> of file <a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a5888d082e197f2f627d7ce4bd8bf1d4b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int Lucene.Net.QueryParsers.ICharStream.EndLine</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the line number of the last character for current token (being matched after the last call to BeginTOken). </p>
<p>Definition at line <a class="el" href="_query_parser_2_char_stream_8cs_source.html#l00072">72</a> of file <a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a>.</p>
</div>
</div>
<a class="anchor" id="ad8a9ccaaaf371ecb98876eb91a8d7a52"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">string Lucene.Net.QueryParsers.ICharStream.Image</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a string made up of characters from the marked token beginning to the current buffer position. Implementations have the choice of returning anything that they want to. For example, for efficiency, one might decide to just return null, which is a valid implementation. </p>
<p>Definition at line <a class="el" href="_query_parser_2_char_stream_8cs_source.html#l00102">102</a> of file <a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a503ed3236d45dbcdff61693e067520b9"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">int Lucene.Net.QueryParsers.ICharStream.Line</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the line number of the character last read.</p>
<p>&lt;deprecated&gt; &lt;/deprecated&gt; </p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="interface_lucene_1_1_net_1_1_query_parsers_1_1_i_char_stream.html#a5888d082e197f2f627d7ce4bd8bf1d4b" title="Returns the line number of the last character for current token (being matched after the last call to...">EndLine</a></dd></dl>
<p>Definition at line <a class="el" href="_query_parser_2_char_stream_8cs_source.html#l00062">62</a> of file <a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a>.</p>
</div>
</div>
<hr/>The documentation for this interface was generated from the following file:<ul>
<li>core/QueryParser/<a class="el" href="_query_parser_2_char_stream_8cs_source.html">CharStream.cs</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jan 3 2013 02:12:55 for Lucene.Net by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3
</small></address>
</body>
</html>