ExpressionParser.AntlrParse(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將運算式剖析為 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。