Searched defs:ACC_ABSTRACT (Results 1 – 6 of 6) sorted by relevance
32 static final int ACC_ABSTRACT = 0x0400; field
42 public static final int ACC_ABSTRACT = 0x0400; field in TurbineFlag
79 public static final int ACC_ABSTRACT = 0x0400; // Declared abstract; must not be instantiated. field in ClassDefinitionUtils
322 int ACC_ABSTRACT = 0x0400; // class, method field
166 short ACC_ABSTRACT = 0x0400; field
267 public static final short ACC_ABSTRACT = 0x0400; field in Const