An efficient implementation of JavaCC's CharStream interface.
Note that
this does not do line-number counting, but instead keeps track of the
character position of the token in the input, as required by Lucene's {@link
Lucene.Net.Analysis.Token} API.
Namespace: Lucene.Net.QueryParsersAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
Visual Basic |
---|
Public NotInheritable Class FastCharStream _
Implements CharStream |
Visual C++ |
---|
public ref class FastCharStream sealed : CharStream |
Inheritance Hierarchy
See Also