gov.llnl.babel.msg

Class UserMsg0

Implemented Interfaces:
Comparable

public class UserMsg0
extends UserMsg

Encapsulation of a single Error, Warning, or Remark based on two conflicting tokens.

Field Summary

Fields inherited from class gov.llnl.babel.msg.UserMsg

ERROR, INTERNAL_ERROR, REMARK, WARNING, d_ast_node, d_col, d_filename, d_line, d_msg, d_type, d_verbiosity, s_types

Constructor Summary

UserMsg0(int type, String msg)

Method Summary

String
toString()

Methods inherited from class gov.llnl.babel.msg.UserMsg

compareTo, getType, getVerbiosity, setVerbiosity, toString

Constructor Details

UserMsg0

public UserMsg0(int type,
                String msg)

Method Details

toString

public String toString()
Overrides:
toString in interface UserMsg