Knows Current File
Utility methods for working with a MessageCollector when the current file is available
Functions
message Location
Link copied to clipboard
Get the message location for an element
report Error
Link copied to clipboard
open fun MessageCollector.reportError(message: String, location: CompilerMessageSourceLocation?)
Content copied to clipboard
open fun MessageCollector.reportError(message: String, location: IrElement)
Content copied to clipboard
report Info
Link copied to clipboard
open fun MessageCollector.reportInfo(message: String, location: CompilerMessageSourceLocation?)
Content copied to clipboard
open fun MessageCollector.reportInfo(message: String, location: IrElement)
Content copied to clipboard
report Warning
Link copied to clipboard
open fun MessageCollector.reportWarning(message: String, location: CompilerMessageSourceLocation?)
Content copied to clipboard
open fun MessageCollector.reportWarning(message: String, location: IrElement)
Content copied to clipboard
Properties
Inheritors
IrTransformer
Link copied to clipboard
Sources
jvm source
Link copied to clipboard