Class ModeSwitch
A lexer mode switch: pushMode, popMode, or mode directive.
public record ModeSwitch : RuleContent, IEquatable<RuleContent>, IEquatable<ModeSwitch>
- Inheritance
-
ModeSwitch
- Implements
- Inherited Members
- Extension Methods
Constructors
ModeSwitch(string, bool)
A lexer mode switch: pushMode, popMode, or mode directive.
public ModeSwitch(string ModeName, bool Push)
Parameters
Properties
ModeName
public string ModeName { get; init; }
Property Value
Push
public bool Push { get; init; }