gov.llnl.babel.msg

Class UserMsg2

Implemented Interfaces:
Comparable

public class UserMsg2
extends UserMsg

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

Field Summary

protected ASTNode
d_ast_node2
protected int
d_col2
protected String
d_filename2
protected int
d_line2
protected String
d_msg2

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

UserMsg2(int type, String msg, ASTNode ast_node, String msg2, ASTNode ast_node2)

Method Summary

String
toString()

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

compareTo, getType, getVerbiosity, setVerbiosity, toString

Field Details

d_ast_node2

protected ASTNode d_ast_node2

d_col2

protected int d_col2

d_filename2

protected String d_filename2

d_line2

protected int d_line2

d_msg2

protected String d_msg2

Constructor Details

UserMsg2

public UserMsg2(int type,
                String msg,
                ASTNode ast_node,
                String msg2,
                ASTNode ast_node2)

Method Details

toString

public String toString()
Overrides:
toString in interface UserMsg