Searched refs:canDiscoverConstructor (Results 1 – 2 of 2) sorted by relevance
26 public static native boolean canDiscoverConstructor(Class<?> klass, String signature); in canDiscoverConstructor() method in JNI
463 if (JNI.canDiscoverConstructor(klass, signature) != canDiscover) { in checkConstructor()