Antlr4.Runtime.Tree.Pattern.ParseTreePattern.Match C# (CSharp) Method

Match() private method

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