Class StandardSyntaxParserTokenManager
Token Manager.
Inheritance
System.Object
StandardSyntaxParserTokenManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class StandardSyntaxParserTokenManager
Constructors
Name | Description |
---|---|
StandardSyntaxParserTokenManager(ICharStream) | Constructor. |
StandardSyntaxParserTokenManager(ICharStream, Int32) | Constructor. |
Fields
Name | Description |
---|---|
jjnewLexState | Lex State array. |
jjstrLiteralImages | Token literal values. |
lexStateNames | Lexer state names. |
m_curChar | |
m_input_stream |
Methods
Name | Description |
---|---|
GetNextToken() | Get the next Token. |
JjFillToken() | |
ReInit(ICharStream) | Reinitialize parser. |
ReInit(ICharStream, Int32) | Reinitialize parser. |
SetDebugStream(TextWriter) | Set debug output. |
SwitchTo(Int32) | Switch to specified lex state. |