Modifier and Type | Field and Description |
---|---|
static int |
YYEOF
This character denotes the end of file
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
file()
The file being scanned, for use in constructing diagnostic
messages.
|
Token |
nextToken()
Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs.
|
java.lang.String |
path()
The path to the file being scanned, for use in constructing diagnostic
messages.
|
static final int YYEOF
java.lang.String file()
java.lang.String path()
Token nextToken() throws java.io.IOException
java.io.IOException
- if any I/O-Error occurs