The QueryParserTokenManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | QueryParserTokenManager(CharStream) | Constructor. |
![]() | QueryParserTokenManager(CharStream, Int32) | Constructor. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNextToken | Get the next Token. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | JjFillToken | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReInit(CharStream) | Reinitialise parser. |
![]() | ReInit(CharStream, Int32) | Reinitialise parser. |
![]() | SetDebugStream | Set debug output. |
![]() | SwitchTo | Switch to specified lex state. |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | curChar | |
![]() | debugStream | Debug output. |
![]() | input_stream | |
![]() ![]() | jjnewLexState | Lex State array. |
![]() ![]() | jjstrLiteralImages | Token literal values. |
![]() ![]() | lexStateNames | Lexer state names. |