Lines Matching refs:and

2  * Copyright (c) 1995, 2005, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
31 * The <code>StreamTokenizer</code> class takes an input stream and
34 * and a number of flags that can be set to various states. The
36 * strings, and various comment styles.
42 * <i>numeric</i>, <i>string quote</i>, and <i>comment character</i>.
49 * <li>Whether C-style comments are to be recognized and skipped.
50 * <li>Whether C++-style comments are to be recognized and skipped.
55 * sets up the syntax tables, and then repeatedly loops calling the
76 * to indicate that a new character should be read and, if it is a '\n'
77 * character, it should be discarded and a second new character should be
151 * initializing ttype. FIXME This could be made public and
205 * <code>'a'</code> through <code>'z'</code>, and
211 * <li>Single quote <code>'&#92;''</code> and double quote <code>'"'</code>
215 * <li>C-style and C++-style comments are not recognized.
330 * single-character token and sets <code>ttype</code> field to the
366 * delimiter and the <code>sval</code> field is set to the body of
374 * <code>"&#92;n"</code> and <code>"&#92;t"</code> are recognized and
402 * field to the value <code>TT_NUMBER</code> and putting the numeric
420 * <code>TT_EOL</code> and also sets the <code>ttype</code> field to
430 * treated as white space and serve only to separate tokens.
447 * occurrences of <code>/*</code> and <code>*&#47;</code> are discarded.
452 * @param flag <code>true</code> indicates to recognize and ignore
469 * @param flag <code>true</code> indicates to recognize and ignore
515 * class first set up the syntax tables and then sit in a loop
757 * field, and not to modify the value in the <code>nval</code> or
780 * Returns the string representation of the current stream token and