Package ceylon.modules.api.compiler

Examples of ceylon.modules.api.compiler.CompilerAdapterFactory.compile()


     * @throws IOException for any I/O error
     */
    protected synchronized File getClassFile() throws IOException {
        if (classFile == null) {
            CompilerAdapterFactory factory = CompilerAdapterFactory.getInstance();
            classFile = factory.compile(sourceFile, name, classesRoot);
        }
        return classFile;
    }

    public String getName() {
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.