Antlr4.Runtime.Tree.Pattern.ParseTreePattern.Match C# (CSharp) 메소드

Match() 개인적인 메소드

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