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

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

Completed in 70 milliseconds