StreamTokenizer.sval

StreamTokenizer.sval

Class Overview | Class Members | This Package | All Packages

Syntax
public String sval
Description
If the current token is a word token, this field contains a string giving the characters of the word token. When the current token is a quoted string token, this field contains the body of the string.

The current token is a word when the value of the ttype field is TT_WORD. The current token is a quoted string token when the value of the ttype field is a quote character.

See Also
quoteChar, TT_WORD, ttype