public boolean matchesText() {
   return a.matchesText() || b.matchesText();
 }