| Constructor and Description |
|---|
TokenizerJSON(org.apache.jena.atlas.io.PeekReader reader) |
| 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, waitforEachRemainingpublic TokenizerJSON(org.apache.jena.atlas.io.PeekReader reader)
public final boolean hasNext()
Tokenizerpublic final boolean eof()
Tokenizerpublic final Token next()
public final Token peek()
Tokenizerpublic void close()
close in interface org.apache.jena.atlas.lib.CloseableLicenced under the Apache License, Version 2.0