Package wyjc

Examples of wyjc.Wyil2JavaBuilder$JvmValue


    super.addBuildRules(project);

    // Now, add build rule for converting wyil files into class files using
    // the Wyil2JavaBuilder.

    Wyil2JavaBuilder jbuilder = new Wyil2JavaBuilder(project);

    if (verbose) {
      jbuilder.setLogger(new Logger.Default(System.err));
    }

    project.add(new StdBuildRule(jbuilder, wyilDir, wyilIncludes,
        wyilExcludes, classDir));
  }
View Full Code Here

TOP

Related Classes of wyjc.Wyil2JavaBuilder$JvmValue

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.