|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--JavaLexer
|
+--Scanner
| Field Summary |
| Fields inherited from class JavaLexer |
token |
| Constructor Summary | |
Scanner(java.io.Reader reader)
|
|
| Method Summary | |
boolean |
advance()
move on to next token. |
static void |
main(java.lang.String[] argv)
|
int |
token()
classifies current token. |
java.lang.Object |
value()
associated with current token. |
| Methods inherited from class JavaLexer |
yylex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Scanner(java.io.Reader reader)
| Method Detail |
public int token()
JavaParser.yyInput
token in interface JavaParser.yyInput
public boolean advance()
throws java.io.IOException
JavaParser.yyInput
advance in interface JavaParser.yyInputjava.io.IOExceptionpublic java.lang.Object value()
JavaParser.yyInput
value in interface JavaParser.yyInput
public static void main(java.lang.String[] argv)
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||