| Package | Description |
|---|---|
| emulib.plugins.compiler |
| Modifier and Type | Method and Description |
|---|---|
Message.MessageType |
Message.getMessageType()
Get the type of the message.
|
static Message.MessageType |
Message.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.MessageType[] |
Message.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Message(Message.MessageType type,
String message)
This constructor creates the Message object.
|
Message(Message.MessageType message_type,
String message,
int error_code)
This constructor creates the Message object.
|
Message(Message.MessageType message_type,
String message,
int line,
int column,
String sourceFile,
int error_code)
This constructor creates the Message object.
|
Message(Message.MessageType message_type,
String message,
String sourceFile,
int errorCode)
This constructor creates the Message object.
|
Copyright © 2017. All rights reserved.