P4  1
name analysis
Static Package Functions
ErrMsg Class Reference

List of all members.

Static Package Functions

static void fatal (int lineNum, int charNum, String msg)
static void warn (int lineNum, int charNum, String msg)

Detailed Description

ErrMsg

This class is used to generate warning and fatal error messages.


Member Function Documentation

static void ErrMsg.fatal ( int  lineNum,
int  charNum,
String  msg 
) [static, package]

Generates a fatal error message.

Parameters:
lineNumline number for error location
charNumcharacter number (i.e., column) for error location
msgassociated message for error
static void ErrMsg.warn ( int  lineNum,
int  charNum,
String  msg 
) [static, package]

Generates a warning message.

Parameters:
lineNumline number for warning location
charNumcharacter number (i.e., column) for warning location
msgassociated message for warning

The documentation for this class was generated from the following file:
 All Classes Functions Variables