StreamTokenizer.ordinaryChar
Class Overview | Class Members |
This Package |
All Packages
public void ordinaryChar( int ch )
Parameters
- ch
- the character.
Description
Specifies that the character argument is "ordinary"
in this tokenizer. It removes any special significance the
character has as a comment character, word component, string
delimiter, white space, or number character. When such a character
is encountered by the parser, the parser treates it as a
single-character token and sets ttype field to the
character value.
See Also
ttype