Searched defs:Thrower (Results 1 - 1 of 1) sorted by relevance

/art/test/046-reflect/src/
H A DMain.java381 Thrower thrower = Thrower.class.newInstance();
391 Constructor<Thrower> constructor = Thrower.class.getDeclaredConstructor();
392 Thrower thrower = constructor.newInstance();
857 class Thrower { class
858 public Thrower() throws UnsupportedOperationException { method in class:Thrower

Completed in 5 milliseconds