Exemplo n.º 1
0
 public void visit(CatchClause n, Object arg) {
   n.getExcept().accept(this, arg);
   n.getCatchBlock().accept(this, arg);
 }