|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Lexer
The interface "Lexer" describes lexers produced by JFlex for Polyglot.
Field Summary | |
---|---|
static int |
YYEOF
This character denotes the end of file |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int YYEOF
Method Detail |
---|
java.lang.String file()
Token nextToken() throws java.io.IOException
IOException
- if any I/O-Error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |