
xsbti.CompileFailed Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler-interface Show documentation
Show all versions of compiler-interface Show documentation
Incremental compiler of Scala
package xsbti;
public abstract class CompileFailed extends RuntimeException
{
public abstract String[] arguments();
public abstract Problem[] problems();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy