All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hadii.clarpse.compiler.ClarpseCompiler Maven / Gradle / Ivy

There is a newer version: 7.1.1
Show newest version
package com.hadii.clarpse.compiler;

/**
 * Compiles source code into an object-oriented representation of the original code.
 */
public interface ClarpseCompiler {

    /**
     * Compiles source code.
     *
     * @param projectFiles Files to compile.
     * @return See {@link CompileResult}
     */
    CompileResult compile(ProjectFiles projectFiles) throws CompileException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy