Cdss |
The CdssLibraryLexer type exposes the following members.
| Name | Description | |
|---|---|---|
| Atn |
Get the
ATN
used by the recognizer for prediction.
(Inherited from RecognizerInt32, LexerATNSimulator) | |
| Channel | (Inherited from Lexer) | |
| ChannelNames | (Overrides Lexer.ChannelNames) | |
| CharIndex | What is the index of the current character of lookahead? (Inherited from Lexer) | |
| Column | (Inherited from Lexer) | |
| CurrentMode | (Inherited from Lexer) | |
| ErrorListenerDispatch | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| ErrorListeners | (Inherited from RecognizerInt32, LexerATNSimulator) | |
| GrammarFileName | (Overrides Recognizer.GrammarFileName) | |
| HitEOF | (Inherited from Lexer) | |
| InputStream | (Inherited from Lexer) | |
| Interpreter | Get the ATN interpreter used by the recognizer for prediction. (Inherited from RecognizerInt32, LexerATNSimulator) | |
| Line | (Inherited from Lexer) | |
| ModeNames | (Overrides Lexer.ModeNames) | |
| ModeStack | (Inherited from Lexer) | |
| ParseInfo |
If profiling during the parse/lex, this will return DecisionInfo records
for each decision in recognizer in a ParseInfo object.
(Inherited from RecognizerInt32, LexerATNSimulator) | |
| RuleIndexMap | Get a map from rule names to rule indexes. (Inherited from RecognizerInt32, LexerATNSimulator) | |
| RuleNames | (Overrides Recognizer.RuleNames) | |
| SerializedAtn | (Overrides Recognizer.SerializedAtn) | |
| SourceName | (Inherited from Lexer) | |
| State |
Indicate that the recognizer has changed internal state that is
consistent with the ATN state passed in.
(Inherited from RecognizerInt32, LexerATNSimulator) | |
| Text |
Return the text matched so far for the current token or any text
override.
(Inherited from Lexer) | |
| Token | Override if emitting multiple tokens. (Inherited from Lexer) | |
| TokenFactory | (Inherited from Lexer) | |
| TokenStartCharIndex | (Inherited from Lexer) | |
| TokenStartColumn | (Inherited from Lexer) | |
| TokenStartLine | (Inherited from Lexer) | |
| TokenTypeMap | Get a map from token names to token types. (Inherited from RecognizerInt32, LexerATNSimulator) | |
| Type | (Inherited from Lexer) | |
| Vocabulary | (Overrides Recognizer.Vocabulary) |