CommonRegexLexer Constructors

Definition

Overloads

CommonRegexLexer(ICharStream)
CommonRegexLexer(ICharStream, TextWriter, TextWriter)

CommonRegexLexer(ICharStream)

public CommonRegexLexer (Antlr4.Runtime.ICharStream input);
new CommonRegexLexer : Antlr4.Runtime.ICharStream -> CommonRegexLexer
Public Sub New (input As ICharStream)

Parameters

input
Antlr4.Runtime.ICharStream

Applies to

CommonRegexLexer(ICharStream, TextWriter, TextWriter)

public CommonRegexLexer (Antlr4.Runtime.ICharStream input, System.IO.TextWriter output, System.IO.TextWriter errorOutput);
new CommonRegexLexer : Antlr4.Runtime.ICharStream * System.IO.TextWriter * System.IO.TextWriter -> CommonRegexLexer
Public Sub New (input As ICharStream, output As TextWriter, errorOutput As TextWriter)

Parameters

input
Antlr4.Runtime.ICharStream
output
TextWriter
errorOutput
TextWriter

Applies to