< prev index next >

src/java.base/share/classes/java/lang/constant/Constable.java

Print this page

        

*** 57,67 **** * empty to indicate that a nominal descriptor could not be created for an instance. * (For example, {@link MethodHandle} will produce nominal descriptors for direct * method handles, but not necessarily those produced by method handle * combinators.) * @jvms 4.4 The Constant Pool ! * @jvms 4.4.10 The CONSTANT_InvokeDynamic_info Structure * * @since 12 */ public interface Constable { /** --- 57,67 ---- * empty to indicate that a nominal descriptor could not be created for an instance. * (For example, {@link MethodHandle} will produce nominal descriptors for direct * method handles, but not necessarily those produced by method handle * combinators.) * @jvms 4.4 The Constant Pool ! * @jvms 4.4.10 The {@code CONSTANT_Dynamic_info} and {@code CONSTANT_InvokeDynamic_info} Structures * * @since 12 */ public interface Constable { /**
< prev index next >