|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Message | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| org.multijava.util | |
| org.multijava.util.compiler | Provides utilities and superclasses for the compilers in MultiJava and the Java Modeling Language. |
| org.multijava.util.guigen | Implements the automatic generation of all of the GUIs for MultiJava and the Java Modeling Language. |
| org.multijava.util.lexgen | Provides a lexer for the compilers of MultiJava and the Java Modeling Language. |
| org.multijava.util.msggen | Implements the automatic generation of the data structure for all of the compiler messages in MultiJava and the Java Modeling Language. |
| org.multijava.util.optgen | Implements the automatic generation of the data structure for all of the command line options in MultiJava and the Java Modeling Language. |
| Uses of Message in org.multijava.mjc |
| Constructors in org.multijava.mjc with parameters of type Message | |
CBlockError(TokenReference where,
Message message)
An error with a formatted message as argument |
|
CLineError(TokenReference where,
Message message)
An error with a formatted message as argument |
|
CExpressionError(TokenReference where,
Message message)
An error with a formatted message as argument |
|
| Uses of Message in org.multijava.util |
| Fields in org.multijava.util declared as Message | |
private Message |
FormattedException.message
|
| Methods in org.multijava.util that return Message | |
Message |
FormattedException.getFormattedMessage()
Returns the formatted message. |
| Constructors in org.multijava.util with parameters of type Message | |
FormattedException(Message message)
An exception with a formatted message as argument |
|
| Uses of Message in org.multijava.util.compiler |
| Fields in org.multijava.util.compiler declared as Message | |
private Message |
UnpositionedError.message
|
| Methods in org.multijava.util.compiler that return Message | |
Message |
UnpositionedError.getFormattedMessage()
Returns the formatted message. |
| Methods in org.multijava.util.compiler with parameters of type Message | |
void |
Compiler.inform(Message message)
Write a message to the diagnostic output. |
| Constructors in org.multijava.util.compiler with parameters of type Message | |
UnpositionedError(Message message)
An exception with a formatted message as argument |
|
PositionedError(TokenReference where,
Message message)
An error with a formatted message as argument |
|
CWarning(TokenReference where,
Message message)
An error with a formatted message as argument |
|
| Uses of Message in org.multijava.util.guigen |
| Constructors in org.multijava.util.guigen with parameters of type Message | |
GuigenError(Message message)
An exception with a formatted message as argument |
|
| Uses of Message in org.multijava.util.lexgen |
| Constructors in org.multijava.util.lexgen with parameters of type Message | |
LexgenError(Message message)
An exception with a formatted message as argument |
|
| Uses of Message in org.multijava.util.msggen |
| Constructors in org.multijava.util.msggen with parameters of type Message | |
MsggenError(Message message)
An exception with a formatted message as argument |
|
| Uses of Message in org.multijava.util.optgen |
| Constructors in org.multijava.util.optgen with parameters of type Message | |
OptgenError(Message message)
An exception with a formatted message as argument |
|
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||