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

changeset 859
56b77a38618c
parent 816
7c537f4298fb
child 870
3ce4e1a07e92
equal deleted inserted replaced
858:96d4226bdd60 859:56b77a38618c
136 names = fac.names; 136 names = fac.names;
137 keywords = fac.keywords; 137 keywords = fac.keywords;
138 source = fac.source; 138 source = fac.source;
139 allowBinaryLiterals = source.allowBinaryLiterals(); 139 allowBinaryLiterals = source.allowBinaryLiterals();
140 allowHexFloats = source.allowHexFloats(); 140 allowHexFloats = source.allowHexFloats();
141 allowUnderscoresInLiterals = source.allowBinaryLiterals(); 141 allowUnderscoresInLiterals = source.allowUnderscoresInLiterals();
142 } 142 }
143 143
144 private static final boolean hexFloatsWork = hexFloatsWork(); 144 private static final boolean hexFloatsWork = hexFloatsWork();
145 private static boolean hexFloatsWork() { 145 private static boolean hexFloatsWork() {
146 try { 146 try {

mercurial