Click or drag to resize

CdssLibraryLexer Properties

The CdssLibraryLexer type exposes the following members.

Properties
 NameDescription
Public propertyAtn Get the ATN used by the recognizer for prediction.
(Inherited from RecognizerInt32, LexerATNSimulator)
Public propertyChannel
(Inherited from Lexer)
Public propertyChannelNames
(Overrides Lexer.ChannelNames)
Public propertyCharIndexWhat is the index of the current character of lookahead?
(Inherited from Lexer)
Public propertyColumn
(Inherited from Lexer)
Public propertyCurrentMode
(Inherited from Lexer)
Public propertyErrorListenerDispatch
(Inherited from RecognizerInt32, LexerATNSimulator)
Public propertyErrorListeners
(Inherited from RecognizerInt32, LexerATNSimulator)
Public propertyGrammarFileName
(Overrides Recognizer.GrammarFileName)
Public propertyHitEOF
(Inherited from Lexer)
Public propertyInputStream
(Inherited from Lexer)
Public propertyInterpreterGet the ATN interpreter used by the recognizer for prediction.
(Inherited from RecognizerInt32, LexerATNSimulator)
Public propertyLine
(Inherited from Lexer)
Public propertyModeNames
(Overrides Lexer.ModeNames)
Public propertyModeStack
(Inherited from Lexer)
Public propertyParseInfo If profiling during the parse/lex, this will return DecisionInfo records for each decision in recognizer in a ParseInfo object.
(Inherited from RecognizerInt32, LexerATNSimulator)
Public propertyRuleIndexMapGet a map from rule names to rule indexes.
(Inherited from RecognizerInt32, LexerATNSimulator)
Public propertyRuleNames
(Overrides Recognizer.RuleNames)
Public propertySerializedAtn
(Overrides Recognizer.SerializedAtn)
Public propertySourceName
(Inherited from Lexer)
Public propertyState Indicate that the recognizer has changed internal state that is consistent with the ATN state passed in.
(Inherited from RecognizerInt32, LexerATNSimulator)
Public propertyText Return the text matched so far for the current token or any text override.
(Inherited from Lexer)
Public propertyTokenOverride if emitting multiple tokens.
(Inherited from Lexer)
Public propertyTokenFactory
(Inherited from Lexer)
Public propertyTokenStartCharIndex
(Inherited from Lexer)
Public propertyTokenStartColumn
(Inherited from Lexer)
Public propertyTokenStartLine
(Inherited from Lexer)
Public propertyTokenTypeMapGet a map from token names to token types.
(Inherited from RecognizerInt32, LexerATNSimulator)
Public propertyType
(Inherited from Lexer)
Public propertyVocabulary
(Overrides Recognizer.Vocabulary)
Top
See Also