|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tokenizer
Method Summary | |
---|---|
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. |
Methods inherited from interface java.util.Iterator |
---|
remove |
Methods inherited from interface org.openjena.atlas.lib.Closeable |
---|
close |
Method Detail |
---|
boolean hasNext()
hasNext
in interface Iterator<Token>
Token next()
next
in interface Iterator<Token>
Token peek()
boolean eof()
long getLine()
long getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |