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