Package org.ek9lang.compiler.common
Class CompilerReporter
java.lang.Object
org.ek9lang.compiler.common.Reporter
org.ek9lang.compiler.common.CompilerReporter
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 Summary
ConstructorDescriptionCompilerReporter
(boolean verbose, boolean muteReportedErrors) Create new reporter. -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.Reporter
isMuteReportedErrors, isVerbose, log, report, setMuteReportedErrors
-
Constructor Details
-
CompilerReporter
public CompilerReporter(boolean verbose, boolean muteReportedErrors) Create new reporter.
-
-
Method Details
-
messagePrefix
Description copied from class:Reporter
Provide the report/log message prefix.- Specified by:
messagePrefix
in classReporter
-