org.jetbrains.jet.cli.common.messages
Class MessageCollectorToString

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

public class MessageCollectorToString
extends java.lang.Object
implements MessageCollector


Field Summary
 
Fields inherited from interface org.jetbrains.jet.cli.common.messages.MessageCollector
NONE
 
Constructor Summary
MessageCollectorToString()
           
 
Method Summary
 java.lang.String getString()
           
 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

MessageCollectorToString

public MessageCollectorToString()
Method Detail

report

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

getString

@NotNull
public java.lang.String getString()