public interface IStringTokenizer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextStringToken()
Return the next token.
|
void |
putStringBack(java.lang.String t)
Put the previously consumed token back into the token stream.
|