Searched defs:ACC_CONSTRUCTOR (Results 1 – 2 of 2) sorted by relevance
98 public static final int ACC_CONSTRUCTOR = 0x10000; field in AccessFlags
45 static final int ACC_CONSTRUCTOR = 262144; field in MethodWriter