gov.llnl.babel.msg
Class UserMsg0

java.lang.Object
  extended by gov.llnl.babel.msg.UserMsg
      extended by gov.llnl.babel.msg.UserMsg0
All Implemented Interfaces:
java.lang.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
d_ast_node, d_col, d_filename, d_line, d_msg, d_type, d_verbiosity, ERROR, INTERNAL_ERROR, REMARK, s_types, WARNING
 
Constructor Summary
UserMsg0(int type, java.lang.String msg)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class gov.llnl.babel.msg.UserMsg
compareTo, getType, getVerbiosity, setVerbiosity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserMsg0

public UserMsg0(int type,
                java.lang.String msg)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class UserMsg