Class CompilationResult

java.lang.Object
org.ek9lang.cli.CompilationResult

final class CompilationResult extends Object
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 Details

    • CompilationResult

      CompilationResult()
  • Method Details

    • markCompilationFailed

      void markCompilationFailed()
    • hasCompilationFailed

      boolean hasCompilationFailed()