IndentAwareLexer(ICharStream,TextWriter,TextWriter)

Constructor in IndentAwareLexer

Summary

Initializes a new instance of the IndentAwareLexer class.

public IndentAwareLexer(ICharStream input, TextWriter output, TextWriter errorOutput)

Parameters

NameDescription
Antlr4.Runtime.ICharStream inputThe incoming character stream.
System.IO.TextWriter outputThe System.IO.TextWriter to send output to.
System.IO.TextWriter errorOutputThe System.IO.TextWriter to send errors to.