public static interface JavaParser.yyInput
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
move on to next token.
|
int |
token()
classifies current token.
|
java.lang.Object |
value()
associated with current token.
|
boolean advance()
throws java.io.IOException
IOException - on input error.int token()
java.lang.Object value()