CommonRegexLexer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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