@Override
 public String describe() {
   return matcher == null ? "ANY" : matcher.toString();
 }