Enum LexerCommandType
Identifies the kind of a structured lexer command.
public enum LexerCommandType
- Extension Methods
Fields
Channel = 2Assign the token to a named channel (e.g.
HIDDEN).Mode = 6Switch unconditionally to a named mode.
More = 1Append matched text to the next token rather than emitting a separate token.
PopMode = 5Return to the previously saved mode.
PushMode = 4Save the current mode and switch to a new one.
Skip = 0Discard the matched text; the token is not emitted.
Type = 3Override the token type.