Package org.renjin.gcc.translate.call

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

Related Classes of org.renjin.gcc.translate.call.GccFunction

Copyright © 2018 www.massapicom. 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.