StreamTokenizer.ordinaryChars
Class Overview | Class Members |
This Package |
All Packages
public void ordinaryChars( 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 "ordinary" in this tokenizer. See the
ordinaryChar method for more information on a
character being ordinary.
See Also
ordinaryChar