Exemplo n.º 1
0
 private boolean hasFinally(TryTree tree) {
   return tree.getFinallyBlock() != null;
 }