Antlr4.Runtime.Tree.Pattern.ParseTreePattern.Match C# (CSharp) Méthode

Match() private méthode

private Match ( IParseTree tree ) : ParseTreeMatch
tree IParseTree
Résultat ParseTreeMatch
        public virtual ParseTreeMatch Match(IParseTree tree)
        {
            return matcher.Match(tree, this);
        }