StreamTokenizer.pushBack
Class Overview | Class Members |
This Package |
All Packages
public void pushBack()
Description
Causes the next call to the nextToken method of this
tokenizer to return the current value in the ttype
field, and not to modify the value in the nval or
sval field.
See Also
nextToken, nval, sval, ttype