Package jetbrains.mps.make
Interface CompilationResult
- 
- All Known Implementing Classes:
 MPSCompilationResult
public interface CompilationResultRepresents 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<SModule>getChangedModules()intgetErrorsCount()intgetWarningsCount()booleanisAborted()booleanisCompiledAnything()booleanisOk()booleanisReloadingNeeded() 
 -