src/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java

changeset 1442
fcf89720ae71
parent 1431
1f41a5758cf7
child 1679
b402b93cbe38
equal deleted inserted replaced
1441:c78acf6c2f3e 1442:fcf89720ae71
42 * This code and its internal interfaces are subject to change or 42 * This code and its internal interfaces are subject to change or
43 * deletion without notice.</b> 43 * deletion without notice.</b>
44 */ 44 */
45 public class JavaTokenizer { 45 public class JavaTokenizer {
46 46
47 private static boolean scannerDebug = false; 47 private static final boolean scannerDebug = false;
48 48
49 /** Allow hex floating-point literals. 49 /** Allow hex floating-point literals.
50 */ 50 */
51 private boolean allowHexFloats; 51 private boolean allowHexFloats;
52 52

mercurial