Class CompilationResult
java.lang.Object
org.ek9lang.cli.CompilationResult
Holds mutable compilation state that can be updated throughout
the execution chain. Allows nested E executions to report
compilation failures back to the top-level caller.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
(package private) void
-
Constructor Details
-
CompilationResult
CompilationResult()
-
-
Method Details
-
markCompilationFailed
void markCompilationFailed() -
hasCompilationFailed
boolean hasCompilationFailed()
-