Examples of ClosureDispatcher


Examples of org.renjin.eval.ClosureDispatcher

    visitor.visit(this);
  }

  @Override
  public SEXP apply(Context context, Environment rho, FunctionCall call, PairList args) {
    ClosureDispatcher dispatcher = new ClosureDispatcher(context, rho, call);
    return dispatcher.applyClosure(this, args);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.