Examples of GccFunction


Examples of org.renjin.gcc.translate.call.GccFunction

  public String jimpleSignature() {
    return methodRef().signature();
  }

  private GccFunction methodRef() {
    return new GccFunction(FunPtrTable.PACKAGE_NAME + "." + interfaceName(), "apply", getReturnType(),
        getParameterTypes());
  }
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.