Searched refs:basicConstructor (Results 1 – 1 of 1) sorted by relevance
257 IMethod basicConstructor = type.getMethod(type.getElementName(), new String[0]); in testClassForManifest() local258 if (basicConstructor != null && basicConstructor.exists()) { in testClassForManifest()259 int constructFlags = basicConstructor.getFlags(); in testClassForManifest()