コード例 #1
0
 private boolean hasFinally(TryTree tree) {
   return tree.getFinallyBlock() != null;
 }