ExpressionParser.AntlrParse(String) Methode

Definition

Analysieren Sie den Ausdruck in ANTLR-Lexer und Parser.

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

Parameter

expression
String

Der Eingabezeichenfolgenausdruck.

Gibt zurück

Antlr4.Runtime.Tree.IParseTree

Ein ParseTree.

Gilt für: