Constructor and Description |
---|
TokenizerWrapper(Tokenizer other) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
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.
|
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TokenizerWrapper(Tokenizer other)
public boolean hasNext()
Tokenizer
public boolean eof()
Tokenizer
public Token peek()
Tokenizer
Licenced under the Apache License, Version 2.0