ExpressionParser.AntlrParse(String) 方法

定义

将表达式分析为 ANTLR lexer 和 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

参数

expression
String

输入字符串表达式。

返回

Antlr4.Runtime.Tree.IParseTree

ParseTree。

适用于