ExpressionParser.AntlrParse(String) Method
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.
Parse the expression to ANTLR lexer and parser.
protected static Antlr4.Runtime.Tree.IParseTree AntlrParse (string expression);
static member AntlrParse : string -> Antlr4.Runtime.Tree.IParseTree
Protected Shared Function AntlrParse (expression As String) As IParseTree
Parameters
- expression
- String
The input string expression.
Returns
Antlr4.Runtime.Tree.IParseTree
A ParseTree.