|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.cli.common.messages.PrintingMessageCollector
public class PrintingMessageCollector
| Field Summary | |
|---|---|
static MessageCollector |
PLAIN_TEXT_TO_SYSTEM_ERR
|
| Fields inherited from interface org.jetbrains.kotlin.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 |
| Field Detail |
|---|
public static final MessageCollector PLAIN_TEXT_TO_SYSTEM_ERR
| 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 | ||||||||