|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| jaitools.jiffle.parser | Jiffle parser and support classes. |
| Uses of Message in jaitools.jiffle.parser |
|---|
| Methods in jaitools.jiffle.parser that return Message | |
|---|---|
static Message |
Message.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Message[] |
Message.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in jaitools.jiffle.parser that return types with arguments of type Message | |
|---|---|
Map<String,List<Message>> |
MessageTable.getMessages()
Gets all messages. |
| Methods in jaitools.jiffle.parser with parameters of type Message | |
|---|---|
void |
MessageTable.add(String varName,
Message code)
Adds a message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||