|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.cli.common.messages.PrintingMessageCollector
public class PrintingMessageCollector
Field Summary |
---|
Fields inherited from interface org.jetbrains.jet.cli.common.messages.MessageCollector |
---|
NONE |
Constructor Summary | |
---|---|
PrintingMessageCollector(java.io.PrintStream errStream,
MessageRenderer messageRenderer,
boolean verbose)
|
Method Summary | |
---|---|
void |
report(CompilerMessageSeverity severity,
java.lang.String message,
CompilerMessageLocation location)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintingMessageCollector(@NotNull java.io.PrintStream errStream, @NotNull MessageRenderer messageRenderer, boolean verbose)
Method Detail |
---|
public void report(@NotNull CompilerMessageSeverity severity, @NotNull java.lang.String message, @NotNull CompilerMessageLocation location)
report
in interface MessageCollector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |