Searched refs:How (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/java/lang/StackWalker/
H A DReflectionFrames.java77 .getMethod("create", How.class)
78 .invoke(null, How.NEW));
99 .getMethod("reflect", How.class)
100 .invoke(null, How.NEW));
123 .getMethod("handle", How.class)
124 .invoke(null, How.NEW));
151 .getMethod("create", How.class)
152 .invoke(null, How.NEW));
177 .getMethod("reflect", How.class)
178 .invoke(null, How
696 static enum How { NEW, CONSTRUCTOR, CLASS}; enum in class:ReflectionFrames
[all...]

Completed in 36 milliseconds