Esempio n. 1
0
 public static bool isMatch(SafraTreeTemplate temp, SafraTree tree)
 {
     return(temp.matches(tree));
 }