Share via


ExpressionParser.AntlrParse(String) Method

Definition

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.

Applies to