@Override
 public boolean matches(ASTBlock ast) {
   return ast.size() > 0;
 }