Example #1
0
 public IRClosure(Environment environment, IRFunction function) {
   super(environment, function.getFormals(), function.getBody());
   this.function = function;
 }