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

パースツリーです。

適用対象