IsInWhenClause()

Method in IndentAwareLexer

Summary

Returns a value indicating whether the lexer is currently lexing an expression that's part of a 'when' clause.

public bool IsInWhenClause();

Remarks

This value is set by SetInWhenClause(bool) .

Last updated

Was this helpful?