다음을 통해 공유


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입니다.

적용 대상