Table of Contents

Class LexerActionExecutionResult

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

Carries the bounded token mutations produced by a generated lexer inline action.

public sealed class LexerActionExecutionResult
Inheritance
LexerActionExecutionResult
Inherited Members
Extension Methods

Properties

Channel

Gets or sets the replacement token channel requested by the action.

public string? Channel { get; set; }

Property Value

string

Mode

Gets or sets the replacement lexer mode requested by the action.

public string? Mode { get; set; }

Property Value

string

TokenType

Gets or sets the replacement token type requested by the action.

public string? TokenType { get; set; }

Property Value

string