< prev index next >

src/java.base/share/classes/java/lang/invoke/MethodHandleInfo.java

Print this page
rev 12617 : [mq]: 8134356-gt-lt-in-code

*** 153,163 **** */ public Class<?> getDeclaringClass(); /** * Returns the name of the cracked method handle's underlying member. ! * This is {@code "&lt;init&gt;"} if the underlying member was a constructor, * else it is a simple method name or field name. * @return the simple name of the underlying member */ public String getName(); --- 153,163 ---- */ public Class<?> getDeclaringClass(); /** * Returns the name of the cracked method handle's underlying member. ! * This is {@code "<init>"} if the underlying member was a constructor, * else it is a simple method name or field name. * @return the simple name of the underlying member */ public String getName();
< prev index next >