Uses of Interface
java.lang.constant.MethodHandleDesc
| Package | Description | 
|---|---|
| java.lang.constant | Classes and interfaces to represent nominal descriptors for run-time
 entities such as classes or method handles, and classfile entities such as
 constant pool entries or  invokedynamiccall sites. | 
| java.lang.invoke | The  java.lang.invokepackage provides low-level primitives for interacting
 with the Java Virtual Machine. | 
- 
Uses of MethodHandleDesc in java.lang.constantSubinterfaces of MethodHandleDesc in java.lang.constant Modifier and Type Interface Description interfaceDirectMethodHandleDescA nominal descriptor for a directMethodHandle.Methods in java.lang.constant that return MethodHandleDesc Modifier and Type Method Description default MethodHandleDescMethodHandleDesc. asType(MethodTypeDesc type)Returns a MethodHandleDesc that describes this method handle adapted to a different type, as if byMethodHandle.asType(MethodType).MethodHandleDescDynamicCallSiteDesc. bootstrapMethod()Returns aMethodHandleDescdescribing the bootstrap method for theinvokedynamic.
- 
Uses of MethodHandleDesc in java.lang.invokeMethods in java.lang.invoke that return types with arguments of type MethodHandleDesc Modifier and Type Method Description Optional<MethodHandleDesc>MethodHandle. describeConstable()Return a nominal descriptor for this instance, if one can be constructed, or an emptyOptionalif one cannot be.