StreamTokenizer.wordChars

StreamTokenizer.wordChars

Class Overview | Class Members | This Package | All Packages

Syntax
public void wordChars( int low, int hi )
Parameters
low
the low end of the range.
hi
the high end of the range.
Description
Specifies that all characters c in the range low <= c <= high are word constituents. A word token consists of a word constituent followed by zero or more word constituents or number constituents.