Uses of Interface
java.lang.classfile.constantpool.MethodHandleEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.-
Uses of MethodHandleEntryPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionBootstrapMethodEntry.bootstrapMethod()
Returns the bootstrap method. -
Uses of MethodHandleEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.methodHandleEntry
(int refKind, MemberRefEntryPREVIEW reference) Returns AMethodHandleEntry
PREVIEW describing a field accessor or method.default MethodHandleEntryPREVIEW
ConstantPoolBuilder.methodHandleEntry
(DirectMethodHandleDesc descriptor) Returns AMethodHandleEntry
PREVIEW describing a direct method handle.Modifier and TypeMethodDescriptionConstantPoolBuilder.bsmEntry
(MethodHandleEntryPREVIEW methodReference, List<LoadableConstantEntryPREVIEW> arguments) Returns aBootstrapMethodEntry
PREVIEW describing the provided bootstrap method and static arguments.