< prev index next >

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

Print this page

        

*** 358,368 **** /** * Flag to mark a record field that was not initialized in the compact constructor */ public static final long UNINITIALIZED_FIELD= 1L<<51; // VarSymbols only ! /** Flag is set for compiler-generated record members, it could be appplied to * accessors and fields */ public static final int GENERATED_MEMBER = 1<<24; // MethodSymbols and VarSymbols /** Modifier masks. --- 358,368 ---- /** * Flag to mark a record field that was not initialized in the compact constructor */ public static final long UNINITIALIZED_FIELD= 1L<<51; // VarSymbols only ! /** Flag is set for compiler-generated record members, it could be applied to * accessors and fields */ public static final int GENERATED_MEMBER = 1<<24; // MethodSymbols and VarSymbols /** Modifier masks.
< prev index next >