|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
must be implemented by a scanner object to supply input to the parser.
| Method Summary | |
boolean |
advance()
move on to next token. |
int |
token()
classifies current token. |
java.lang.Object |
value()
associated with current token. |
| Method Detail |
public boolean advance()
throws java.io.IOException
IOException - on input error.public int token()
public java.lang.Object value()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||