public interface Tokenizer extends Iterator<Token>, Closeable
Modifier and Type | Method and Description |
---|---|
boolean |
eof()
End of tokens?
|
long |
getColumn() |
long |
getLine() |
boolean |
hasNext()
Is there another token?
|
Token |
next()
Move to next token
|
Token |
peek()
Peek next token : null for no token.
|
forEachRemaining, remove
boolean hasNext()
Token peek()
boolean eof()
long getLine()
long getColumn()
Licenced under the Apache License, Version 2.0