297298299300301302303304305
block = (Block) node; } if (block == null) { return; } block.addStatement(s); block.setEnd(s.sourceEnd()); } }