Interface CompilationResult

  • All Known Implementing Classes:
    MPSCompilationResult

    public interface CompilationResult
    Represents compilation procedure (e.g. idea compilation or mps compilation) Created as an interface to avoid unpleasant dependencies between modules in the IDEA project. Created by apyshkin on 5/17/16.
    • Method Detail

      • getErrorsCount

        int getErrorsCount()
      • getWarningsCount

        int getWarningsCount()
      • isAborted

        boolean isAborted()
      • isCompiledAnything

        boolean isCompiledAnything()
      • isOk

        boolean isOk()
      • isReloadingNeeded

        boolean isReloadingNeeded()