Home
last modified time | relevance | path

Searched defs:getDeclaredConstructors (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DClass.java601 public Constructor<?>[] getDeclaredConstructors() { in getDeclaredConstructors() method in Class
613 private static native <T> Constructor<T>[] getDeclaredConstructors( in getDeclaredConstructors() method in Class