|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class representing a stream of tokens. Any impelementation of this interface should assure that the stream of tokens is balanced.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if a given stream has more tokens to read. |
Token |
next()
Returns next available token. |
Method Detail |
public boolean hasNext()
public Token next()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |