ExpressionAntlrLexer 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
| ExpressionAntlrLexer(ICharStream) | |
| ExpressionAntlrLexer(ICharStream, TextWriter, TextWriter) |
ExpressionAntlrLexer(ICharStream)
public ExpressionAntlrLexer (Antlr4.Runtime.ICharStream input);
new ExpressionAntlrLexer : Antlr4.Runtime.ICharStream -> ExpressionAntlrLexer
Public Sub New (input As ICharStream)
Parameters
- input
- Antlr4.Runtime.ICharStream
Applies to
ExpressionAntlrLexer(ICharStream, TextWriter, TextWriter)
public ExpressionAntlrLexer (Antlr4.Runtime.ICharStream input, System.IO.TextWriter output, System.IO.TextWriter errorOutput);
new ExpressionAntlrLexer : Antlr4.Runtime.ICharStream * System.IO.TextWriter * System.IO.TextWriter -> ExpressionAntlrLexer
Public Sub New (input As ICharStream, output As TextWriter, errorOutput As TextWriter)
Parameters
- input
- Antlr4.Runtime.ICharStream
- output
- TextWriter
- errorOutput
- TextWriter