Version

LexerState Class Members

The following tables list the members exposed by LexerState.

Public Properties
 NameDescription
Public PropertyGrammarGets the Grammar to which the lexer state belongs.  
Public PropertyIsDefaultLexerStateGets the value indicating whether the LexerState is the default lexer state of the Grammar.  
Public PropertyNameGets the name of the lexer state.  
Public PropertySymbolsGets the collection of symbols which can be matched when the lexer is in the current lexer state.  
Public Methods
 NameDescription
Public MethodToStringGets the string representation of the LexerState.  
See Also