Right now I have
private static void getMethods(Class extends Object> clazz) { Method[] declaredMethods = clazz.getDeclaredMethods(); for (Me
Java doesn't have that information at runtime. The only thing you could print would be bytecode.