public boolean matchesWithBind(Variable var, String pattern) {
   return matcher.matchesWithBind(var, pattern);
 }