StreamTokenizer.slashStarComments

StreamTokenizer.slashStarComments

Class Overview | Class Members | This Package | All Packages

Syntax
public void slashStarComments( boolean flag )
Parameters
flag
true indicates to recognize and ignore C-style comments.
Description
Determines whether or not the tokenizer recognizes C-style comments. If the flag argument is true, this stream tokenizer recognizes C-style comments. All text between successive occurrences of /* and */ are discarded.

If the flag argument is false, then C-style comments are not treated specially.