IndentAwareLexer
Last updated
Was this helpful?
Class in Yarn.Compiler
Inherits from Antlr4.Runtime.Lexer
A Lexer subclass that detects newlines and generates indent and dedent tokens accordingly.
public abstract class IndentAwareLexer : LexerInitializes a new instance of the IndentAwareLexer class.
Returns a value indicating whether the lexer is currently lexing an expression that's part of a 'when' clause.
Sets a value indicating whether the lexer is currently lexing an expression that's part of a 'when' clause.
Gets the collection of warnings determined during lexing.
A warning emitted during lexing.
Last updated
Was this helpful?
Was this helpful?
