Generated by
JDiff

Class java.io.StreamTokenizer

Documentation changed from old to new.

Changed Constructors
StreamTokenizer(Reader) Documentation changed from old to new.
Create a tokenizer that parses the given character stream.
 

Changed Fields
double nval Documentation changed from old to new.
If the current token is a number this field contains the value of that number.
String sval Documentation changed from old to new.
If the current token is a word token this field contains a string giving the characters of the word token.
int ttype Documentation changed from old to new.
After a call to the nextToken method this field contains the type of the token just read.