ParseTreePattern.matches

@uml Determine whether or not a parse tree matches this tree pattern.

@param tree The parse tree to match against this tree pattern. @return {@code true} if {@code tree} is a match for the current tree pattern; otherwise, {@code false}.

class ParseTreePattern
bool
matches

Meta