public interface CompilerMessage
Modifier and Type | Field and Description |
---|---|
static CompilerMessage[] |
EMPTY_ARRAY
An empty array of compiler messages which can be reused to avoid unnecessary allocations.
|
Modifier and Type | Method and Description |
---|---|
CompilerMessageCategory |
getCategory()
Returns the category of the message.
|
java.lang.String |
getExportTextPrefix()
Returns the location prefix prepended to message while exporting compilation results to text.
|
java.lang.String |
getMessage()
Returs the message text.
|
Navigatable |
getNavigatable()
Returns the navigatable object allowing to navigate to the message source.
|
java.lang.String |
getRenderTextPrefix()
Returns the location prefix prepended to message while exporting compilation results to text.
|
VirtualFile |
getVirtualFile()
Returns the file to which the message applies.
|
static final CompilerMessage[] EMPTY_ARRAY
CompilerMessageCategory getCategory()
java.lang.String getMessage()
Navigatable getNavigatable()
VirtualFile getVirtualFile()
java.lang.String getExportTextPrefix()
java.lang.String getRenderTextPrefix()