Uses of Interface
java.lang.constant.MethodHandleDesc
Packages that use MethodHandleDesc
Package
Description
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 
invokedynamic call sites.The 
java.lang.invoke package provides low-level primitives for interacting
 with the Java Virtual Machine.- 
Uses of MethodHandleDesc in java.lang.constantSubinterfaces of MethodHandleDesc in java.lang.constantMethods in java.lang.constant that return MethodHandleDescModifier and TypeMethodDescriptiondefault MethodHandleDescMethodHandleDesc.asType(MethodTypeDesc type) Returns a MethodHandleDesc that describes this method handle adapted to a different type, as if byMethodHandle.asType(MethodType).DynamicCallSiteDesc.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 MethodHandleDescModifier and TypeMethodDescriptionMethodHandle.describeConstable()Return a nominal descriptor for this instance, if one can be constructed, or an emptyOptionalif one cannot be.