Searched refs:getClassMethods (Results 1 – 1 of 1) sorted by relevance
138 System.out.println(Arrays.toString(getClassMethods(c))); in testClassMethods()380 private static native Object[] getClassMethods(Class<?> c); in getClassMethods() method in Test912