Loading...
Method in IndentAwareLexer
Sets a value indicating whether the lexer is currently lexing an expression that's part of a 'when' clause.
public virtual void SetInWhenClause(bool val);
This value can be accessed by calling IsInWhenClause() .
bool val
bool
The value to set.