次の方法で共有


ExpressionParser.AntlrParse(String) メソッド

定義

式を ANTLR lexer とパーサーに解析します。

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。

適用対象