Package | Description |
---|---|
jflex |
Modifier and Type | Method and Description |
---|---|
static void |
Out.error(ErrorMessages message)
print error message (code)
|
static void |
Out.error(ErrorMessages message,
File file)
IO error message for a file (displays file
name in parentheses).
|
static void |
Out.error(ErrorMessages message,
String data)
print error message with data
|
static void |
Out.error(File file,
ErrorMessages message,
int line,
int column)
print error message with location information
|
static String |
ErrorMessages.get(ErrorMessages msg) |
static String |
ErrorMessages.get(ErrorMessages msg,
int data) |
static String |
ErrorMessages.get(ErrorMessages msg,
String data) |
static String |
ErrorMessages.get(ErrorMessages msg,
String data1,
String data2) |
static void |
Out.println(ErrorMessages message,
int data)
Report generation progress.
|
static void |
Out.println(ErrorMessages message,
String data)
Report generation progress.
|
static void |
Out.time(ErrorMessages message,
Timer time)
Report time statistic data.
|
static void |
Out.warning(ErrorMessages message)
print a warning message without line information
|
static void |
Out.warning(ErrorMessages message,
int line)
print a warning with line information
|
static void |
Out.warning(File file,
ErrorMessages message,
int line,
int column)
print warning message with location information
|
Constructor and Description |
---|
ScannerException(ErrorMessages message)
Creates a new ScannerException with a message only.
|
ScannerException(ErrorMessages message,
int line)
Creates a new ScannerException with a message and line number.
|
ScannerException(File file,
ErrorMessages message)
Creates a new ScannerException for a file with a message only.
|
ScannerException(File file,
ErrorMessages message,
int line)
Creates a new ScannerException for a file with a message and line number.
|
ScannerException(File file,
ErrorMessages message,
int line,
int column)
Creates a new ScannerException with a message, line number and column.
|
Copyright © 1998–2016. All rights reserved.