111112113114115116117
/** * Creates a block scope of variables around the given expression */ private Block blockScoped(final Block exp) { return new BlockScopedBlock(exp); }
114115116117118119120