ExpressionParser.AntlrParse(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Analysez l’expression dans lexeur et l’analyseur 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
Paramètres
- expression
- String
Expression de chaîne d’entrée.
Retours
Antlr4.Runtime.Tree.IParseTree
A ParseTree.