118119120121122123124
return nextClosureIndex; } public Variable getNewTemporaryClosureVariable(int closureId) { return new TemporaryClosureVariable(closureId, allocateNextPrefixedName("%cl_" + closureId)); }