ParseTreePattern.match

@uml Match a specific parse tree against this tree pattern.

@param tree The parse tree to match against this tree pattern. @return A {@link ParseTreeMatch} object describing the result of the match operation. The {@link ParseTreeMatch#succeeded()} method can be used to determine whether or not the match was successful.

class ParseTreePattern
match

Meta