org.jetbrains.kotlin.cli.common.messages
Class GroupingMessageCollector

java.lang.Object
  extended by org.jetbrains.kotlin.cli.common.messages.GroupingMessageCollector
All Implemented Interfaces:
MessageCollector

public class GroupingMessageCollector
extends java.lang.Object
implements MessageCollector


Field Summary
 
Fields inherited from interface org.jetbrains.kotlin.cli.common.messages.MessageCollector
NONE
 
Constructor Summary
GroupingMessageCollector(MessageCollector delegate)
           
 
Method Summary
 void flush()
           
 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

GroupingMessageCollector

public GroupingMessageCollector(@NotNull
                                MessageCollector delegate)
Method Detail

report

public void report(@NotNull
                   CompilerMessageSeverity severity,
                   @NotNull
                   java.lang.String message,
                   @NotNull
                   CompilerMessageLocation location)
Specified by:
report in interface MessageCollector

flush

public void flush()