Package wyjc

Examples of wyjc.WyjcMain


   *            --- list of command-line arguments to provide to the Whiley
   *            Compiler.
   * @return
   */
  public static int compile(String... args) {
    return new WyjcMain(new WyjcBuildTask(), WyjcMain.DEFAULT_OPTIONS)
        .run(args);
  }
View Full Code Here

TOP

Related Classes of wyjc.WyjcMain

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.