Uses of Class
at.dms.util.Message

Packages that use Message
at.dms.compiler   
at.dms.kjc   
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
CWarning(TokenReference where, Message message)
          An error with a formatted message as argument
PositionedError(TokenReference where, Message message)
          An error with a formatted message as argument
UnpositionedError(Message message)
          Creates an error 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
CExpressionError(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
 

Uses of Message in at.dms.util
 

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

Methods in at.dms.util with parameters of type Message
protected  void Message.deepCloneInto(Message other)
          Clones all fields of this into
 

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