Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Constructor in IndentAwareLexer
Initializes a new instance of the IndentAwareLexer class.
Name | Description |
---|---|
Antlr4.Runtime.ICharStream
input
The incoming character stream.
System.IO.TextWriter
output
The System.IO.TextWriter
to send output to.
System.IO.TextWriter
errorOutput
The System.IO.TextWriter
to send errors to.
Class in Yarn.Compiler
Inherits from Antlr4.Runtime.Lexer
A Lexer subclass that detects newlines and generates indent and dedent tokens accordingly.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Struct in IndentAwareLexer
Inherits from System.ValueType
A warning emitted during lexing.
Name | Description |
---|---|
Initializes a new instance of the IndentAwareLexer class.
Gets the collection of warnings determined during lexing.
A warning emitted during lexing.
The message associated with the warning.
The token associated with the warning.