Searched refs:aClass (Results 1 – 1 of 1) sorted by relevance
377 Class<?> aClass = loader.loadClass("A"); in testDoubleLoad() local378 Method runMethod = aClass.getDeclaredMethod("run", String.class); in testDoubleLoad()