public interface CompilerLogMessage
Modifier and Type | Method and Description |
---|---|
CompilerLevel |
getLevel()
The "level" of this message.
|
int |
getType()
The type of this message.
|
boolean |
isError()
Whether this is an error message.
|
boolean |
isFatalError()
Whether this is a fatal error (i.e., should cause an exception to be thrown immediately when processed).
|
String |
toString() |
CompilerLevel getLevel()
int getType()
CompilerLogMessageType
.boolean isError()
boolean isFatalError()
Copyright © 2018 Minnesota Extensible Language Tools. All rights reserved.