共用方式為


ExpressionParser.AntlrParse(String) 方法

定義

將運算式剖析為 ANTLR 語彙和剖析器。

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。

適用於