Searched refs:ACC_MODULE (Results 1 – 4 of 4) sorted by relevance
47 public static final int ACC_MODULE = 0x8000; field in TurbineFlag
68 & (Opcodes.ACC_INTERFACE | Opcodes.ACC_MODULE)) != 0; in isInterfaceOrModule()
217 writer.visit(Opcodes.V9, Opcodes.ACC_MODULE, "module-info", null, null, in testModule()
179 /* access= */ TurbineFlag.ACC_MODULE, in lower()