Uses of Class
at.dms.util.Message

Packages that use Message
at.dms.compiler   
at.dms.kjc   
at.dms.ksm   
at.dms.lexgen   
at.dms.msggen   
at.dms.optgen   
at.dms.util   
 

Uses of Message in at.dms.compiler
 

Methods in at.dms.compiler that return Message
 Message UnpositionedError.getFormattedMessage()
          Returns the formatted message.
 

Methods in at.dms.compiler with parameters of type Message
 void Compiler.inform(Message message)
          Write a message to the diagnostic output.
 

Constructors in at.dms.compiler with parameters of type Message
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.
UnpositionedError(Message message)
          An exception with a formatted message as argument.
 

Uses of Message in at.dms.kjc
 

Constructors in at.dms.kjc 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 at.dms.ksm
 

Fields in at.dms.ksm declared as Message
protected  Message KsmError.message
          Error message.
 

Methods in at.dms.ksm that return Message
 Message UnresolvableLabelException.getFormattedMessage()
          Returns the formatted message.
 

Constructors in at.dms.ksm with parameters of type Message
KsmError(TokenReference where, Message message)
          An error with a formatted message as argument.
UnresolvableLabelException(Message message)
          An exception with a formatted message as argument.
 

Uses of Message in at.dms.lexgen
 

Constructors in at.dms.lexgen with parameters of type Message
LexgenError(Message message)
          An exception with a formatted message as argument.
 

Uses of Message in at.dms.msggen
 

Constructors in at.dms.msggen with parameters of type Message
MsggenError(Message message)
          An exception with a formatted message as argument
 

Uses of Message in at.dms.optgen
 

Constructors in at.dms.optgen with parameters of type Message
OptgenError(Message message)
          An exception with a formatted message as argument.
 

Uses of Message in at.dms.util
 

Methods in at.dms.util that return Message
 Message FormattedException.getFormattedMessage()
          Returns the formatted message.
 

Constructors in at.dms.util with parameters of type Message
FormattedException(Message message)
          An exception with a formatted message as argument.