src/share/classes/com/sun/tools/javac/code/Flags.java

changeset 582
366a7b9b5627
parent 581
f2fdd52e4e87
child 591
d1d7595fa824
equal deleted inserted replaced
581:f2fdd52e4e87 582:366a7b9b5627
224 * simplify checking for erasure clashes. 224 * simplify checking for erasure clashes.
225 */ 225 */
226 public static final long HYPOTHETICAL = 1L<<37; 226 public static final long HYPOTHETICAL = 1L<<37;
227 227
228 /** 228 /**
229 * Flag that marks a Sun proprietary class. 229 * Flag that marks an internal proprietary class.
230 */ 230 */
231 public static final long PROPRIETARY = 1L<<38; 231 public static final long PROPRIETARY = 1L<<38;
232 232
233 /** 233 /**
234 * Flag that marks a disjoint var in a multi-catch clause 234 * Flag that marks a disjoint var in a multi-catch clause

mercurial