Changed Methods |
void commentChar(int )
|
Documentation changed from old to new. |
Specified that the character argument starts a single-line comment. |
void quoteChar(int )
|
Documentation changed from old to new. |
Specifies that matching pairs of this character delimit string constants in this tokenizer. |
String toString()
|
Documentation changed from old to new. |
Returns the string representation of the current stream token and the line number it occurs on. |
void whitespaceChars(int, int)
|
Documentation changed from old to new. |
Specifies that all characters c in the range low <= c <= high are white space characters. |