|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JavaParser.yyInput
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 |
---|
boolean advance() throws java.io.IOException
IOException
- on input error.int token()
java.lang.Object value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |