Table of Contents

Enum LexerCommandType

Namespace
Utils.Parser.Model
Assembly
Utils.Parser.dll

Identifies the kind of a structured lexer command.

public enum LexerCommandType
Extension Methods

Fields

Channel = 2

Assign the token to a named channel (e.g. HIDDEN).

Mode = 6

Switch unconditionally to a named mode.

More = 1

Append matched text to the next token rather than emitting a separate token.

PopMode = 5

Return to the previously saved mode.

PushMode = 4

Save the current mode and switch to a new one.

Skip = 0

Discard the matched text; the token is not emitted.

Type = 3

Override the token type.