Searched defs:getMethods (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DProxy.java126 * {@code getMethods} on its {@code Class} object will return
633 List<Method> methods = getMethods(interfaces);
731 private static List<Method> getMethods(Class<?>[] interfaces) { method in class:Proxy
/libcore/ojluni/src/main/java/java/lang/
H A DClass.java1482 public Method[] getMethods() throws SecurityException { method in class:Class

Completed in 26 milliseconds