Searched defs:ACC_ABSTRACT (Results 1 – 7 of 7) sorted by relevance
32 static final int ACC_ABSTRACT = 0x0400; field
42 public static final int ACC_ABSTRACT = 0x0400; field in TurbineFlag
59 public static final String ACC_ABSTRACT = "abstract"; field
73 public static final int ACC_ABSTRACT = 0x0400; field in ClassConstants
79 public static final int ACC_ABSTRACT = 0x0400; // Declared abstract; must not be instantiated. field in ClassDefinitionUtils
166 short ACC_ABSTRACT = 0x0400; field
215 public static final short ACC_ABSTRACT = 0x0400; field in Const