Searched refs:canSetField (Results 1 – 3 of 3) sorted by relevance
20 public static native boolean canSetField(Class<?> klass, String name, boolean isStatic); in canSetField() method in JNI
73 public static boolean canSetField(Class<?> klass, String name) { in canSetField() method in Reflection
317 if (!Reflection.canSetField(klass, name)) { in checkField()323 if (!JNI.canSetField(klass, name, isStatic)) { in checkField()