23242526272829
private final Env e; public GreenWorld(int cur, GreenThreadState... threads) { this.threads = threads; this.cur = cur; this.e = new ProxyEnv(currentThread().n.e); }