Class LexerActionExecutionResult
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
Mode
Gets or sets the replacement lexer mode requested by the action.
public string? Mode { get; set; }
Property Value
TokenType
Gets or sets the replacement token type requested by the action.
public string? TokenType { get; set; }