Searched refs:getStaticMain (Results 1 – 1 of 1) sorted by relevance
57 final java.lang.reflect.Method main = getStaticMain(c); in main()88 Method method = getStaticMain(c); in listClasses()140 public static Method getStaticMain(final Class<?> c) throws NoSuchMethodException { in getStaticMain() method in Main