Class CompilerReporter

java.lang.Object
org.ek9lang.compiler.common.Reporter
org.ek9lang.compiler.common.CompilerReporter

public class CompilerReporter extends Reporter
Just expends the standard reporter to use the EK9Comp message prefix. This is so when compiler errors and warnings are issued, they can be seen to be from the compiler itself.
  • Constructor Details

    • CompilerReporter

      public CompilerReporter(boolean verbose, boolean muteReportedErrors)
      Create new reporter.
  • Method Details

    • messagePrefix

      protected String messagePrefix()
      Description copied from class: Reporter
      Provide the report/log message prefix.
      Specified by:
      messagePrefix in class Reporter