In This Article

ILexerContext Interface

Provides the base requirements for a class that stores lexer context data, allowing a lexer to resume at the point represented by the context.

public interface ILexerContext

Properties

ScopeState

The ILexicalScopeStateNode that represents the stack of lexical scopes and states in place at where the context is resuming.

ILexicalScopeStateNode? ScopeState { get; }

Property Value

ILexicalScopeStateNode

Extension Methods