SetInWhenClause(bool)
Method in IndentAwareLexer
Summary
Sets a value indicating whether the lexer is currently lexing an expression that's part of a 'when' clause.
Remarks
This value can be accessed by calling IsInWhenClause() .
Parameters
Name
Description
bool
val
The value to set.
Last updated