SetInWhenClause(bool)
Last updated
Was this helpful?
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
The value to set.
Last updated
Was this helpful?
Was this helpful?
