Searched defs:newInstanceOf (Results 1 – 4 of 4) sorted by relevance
28 public static <T> T newInstanceOf(Class<T> clazz) { in newInstanceOf() method in Shadow32 public static Object newInstanceOf(String className) { in newInstanceOf() method in Shadow
24 public void newInstanceOf() throws Exception { in newInstanceOf() method in ShadowTest
9 <T> T newInstanceOf(Class<T> clazz); in newInstanceOf() method
23 @Override public <T> T newInstanceOf(Class<T> clazz) { in newInstanceOf() method in ShadowImpl