}
return tm.Block(0l, com.sun.tools.javac.util.List.of((JCStatement) stmt));
}
protected com.sun.tools.javac.util.List<? extends Tree> processStmt(StatementTree stmt, final CompilationUnitTree cut, JCBlock encBlock, Scope validScope) {
encBlock.stats = (com.sun.tools.javac.util.List<JCStatement>) processStmt(new StmtNode(getScope(stmt, cut, validScope), stmt), cut, encBlock);
return encBlock.stats;
}