|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.cli.common.messages.MessageSeverityCollector
public class MessageSeverityCollector
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.kotlin.cli.common.messages.MessageCollector |
|---|
NONE |
| Constructor Summary | |
|---|---|
MessageSeverityCollector(MessageCollector delegate)
|
|
| Method Summary | |
|---|---|
boolean |
anyReported(CompilerMessageSeverity... severities)
|
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 MessageSeverityCollector(@NotNull
MessageCollector delegate)
| Method Detail |
|---|
public void report(@NotNull
CompilerMessageSeverity severity,
@NotNull
java.lang.String message,
@NotNull
CompilerMessageLocation location)
report in interface MessageCollector
public boolean anyReported(@NotNull
CompilerMessageSeverity... severities)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||